| 3684 | } |
| 3685 | |
| 3686 | static void opt_inter_matrix(const char *arg) |
| 3687 | { |
| 3688 | inter_matrix = av_mallocz(sizeof(uint16_t) * 64); |
| 3689 | parse_matrix_coeffs(inter_matrix, arg); |
| 3690 | } |
| 3691 | |
| 3692 | static void opt_intra_matrix(const char *arg) |
| 3693 | { |
nothing calls this directly
no test coverage detected