Searched refs:max_matrix_channel (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mlpdsp.h | 46 uint8_t max_matrix_channel, 67 uint8_t max_matrix_channel, 75 uint8_t max_matrix_channel,
|
D | mlpdec.c | 67 uint8_t max_matrix_channel; member 381 … m->substream[m->max_decoded_substream].max_matrix_channel, in read_major_sync() 483 int min_channel, max_channel, max_matrix_channel, noise_type; in read_restart_header() local 507 max_matrix_channel = get_bits(gbp, 4); in read_restart_header() 509 if (max_matrix_channel > std_max_matrix_channel) { in read_restart_header() 516 if (max_channel != max_matrix_channel) { in read_restart_header() 540 s->max_matrix_channel = max_matrix_channel; in read_restart_header() 572 for (ch = 0; ch <= s->max_matrix_channel; ch++) { in read_restart_header() 580 if (ch_assign < 0 || ch_assign > s->max_matrix_channel) { in read_restart_header() 618 m->avctx->channels = s->max_matrix_channel + 1; in read_restart_header() [all …]
|
D | mlpdsp.c | 94 uint8_t max_matrix_channel, in mlp_select_pack_output() argument 106 uint8_t max_matrix_channel, in ff_mlp_pack_output() argument 114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output()
|
D | mlpenc.c | 43 uint8_t max_matrix_channel; ///< The number of channels input into the rematrix stage. member 305 for (ch = 0; ch <= rh->max_matrix_channel; ch++) in compare_decoding_params() 726 rh->max_matrix_channel = rh->max_channel; in mlp_encode_init() 821 put_bits(pb, 4, rh->max_matrix_channel); in write_restart_header() 832 for (ch = 0; ch <= rh->max_matrix_channel; ch++) in write_restart_header() 941 for (ch = 0; ch <= rh->max_matrix_channel; ch++) in write_decoding_params()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mlpdsp_init_arm.c | 91 uint8_t max_matrix_channel, in mlp_select_pack_output_armv6() argument 105 switch (max_matrix_channel) { in mlp_select_pack_output_armv6() 119 for (i = 0; i <= max_matrix_channel; i++) { in mlp_select_pack_output_armv6()
|