Searched refs:max_matrix_channel (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdsp.h | 46 uint8_t max_matrix_channel, 67 uint8_t max_matrix_channel, 75 uint8_t max_matrix_channel,
|
H A D | mlpdec.c | 73 uint8_t max_matrix_channel; member 401 m->substream[m->max_decoded_substream].max_matrix_channel, in read_major_sync() 511 int min_channel, max_channel, max_matrix_channel, noise_type; in read_restart_header() local 535 max_matrix_channel = get_bits(gbp, 4); in read_restart_header() 537 if (max_matrix_channel > std_max_matrix_channel) { in read_restart_header() 544 if (max_channel != max_matrix_channel) { in read_restart_header() 552 if (max_matrix_channel > MAX_MATRIX_CHANNEL_MLP && !noise_type) { in read_restart_header() 568 s->max_matrix_channel = max_matrix_channel; in read_restart_header() 600 for (ch = 0; ch <= s->max_matrix_channel; c in read_restart_header() [all...] |
H A D | mlpdsp.c | 94 uint8_t max_matrix_channel, in mlp_select_pack_output() 106 uint8_t max_matrix_channel, in ff_mlp_pack_output() 114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output() 92 mlp_select_pack_output(uint8_t *ch_assign, int8_t *output_shift, uint8_t max_matrix_channel, int is32) mlp_select_pack_output() argument 100 ff_mlp_pack_output(int32_t lossless_check_data, uint16_t blockpos, int32_t (*sample_buffer)[MAX_CHANNELS], void *data, uint8_t *ch_assign, int8_t *output_shift, uint8_t max_matrix_channel, int is32) ff_mlp_pack_output() argument
|
H A D | mlpenc.c | 49 uint8_t max_matrix_channel; ///< The number of channels input into the rematrix stage. member 307 for (unsigned int ch = 0; ch <= rh->max_matrix_channel; ch++) in compare_decoding_params() 675 rh->max_matrix_channel = rh->max_channel; in mlp_encode_init() 771 put_bits(pb, 4, rh->max_matrix_channel); in write_restart_header() 782 for (unsigned int ch = 0; ch <= rh->max_matrix_channel; ch++) in write_restart_header() 886 for (unsigned int ch = 0; ch <= rh->max_matrix_channel; ch++) in write_decoding_params()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_init_arm.c | 91 uint8_t max_matrix_channel, in mlp_select_pack_output_armv6() 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() 89 mlp_select_pack_output_armv6(uint8_t *ch_assign, int8_t *output_shift, uint8_t max_matrix_channel, int is32) mlp_select_pack_output_armv6() argument
|
Completed in 7 milliseconds