Searched refs:dest_ch (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mlpdsp.asm | 67 mov [samplesq + dest_chq], accumd ; samples[dest_ch] = accum 86 mov [samplesq + dest_chq], accumd ; samples[dest_ch] = accum 94 ; int index, unsigned int dest_ch, uint16_t blockpos, 99 index, dest_ch, blockpos, maxchan, mns, \ 145 index, dest_ch, accum, index2, mns, \ 152 DEFINE_ARGS mns, coeffs, blsbs_ptr, noise_buffer, index, dest_ch, samples, \ 156 DEFINE_ARGS samples, coeffs, blsbs_ptr, mns, index, dest_ch, noise_buffer, \
|
H A D | mlpdsp_init.c | 38 unsigned int dest_ch, \
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdsp.h | 33 unsigned int dest_ch, 59 unsigned int dest_ch,
|
H A D | mlpdsp.c | 65 unsigned int dest_ch, in ff_mlp_rematrix_channel() 86 samples[dest_ch] = ((accum >> 14) & mask) + *bypassed_lsbs; in ff_mlp_rematrix_channel() 60 ff_mlp_rematrix_channel(int32_t *samples, const int32_t *coeffs, const uint8_t *bypassed_lsbs, const int8_t *noise_buffer, int index, unsigned int dest_ch, uint16_t blockpos, unsigned int maxchan, int matrix_noise_shift, int access_unit_size_pow2, int32_t mask) ff_mlp_rematrix_channel() argument
|
H A D | mlpdec.c | 1123 unsigned int dest_ch = s->matrix_out_ch[mat]; in output_data() local 1129 dest_ch, in output_data() 1134 MSB_MASK(s->quant_step_size[dest_ch])); in output_data()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_init_arm.c | 37 unsigned int dest_ch,
|
Completed in 4 milliseconds