Home
last modified time | relevance | path

Searched refs:dest_ch (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dmlpdsp.asm67 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 Dmlpdsp_init.c38 unsigned int dest_ch, \
/third_party/ffmpeg/libavcodec/
H A Dmlpdsp.h33 unsigned int dest_ch,
59 unsigned int dest_ch,
H A Dmlpdsp.c65 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 Dmlpdec.c1123 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 Dmlpdsp_init_arm.c37 unsigned int dest_ch,

Completed in 4 milliseconds