Searched refs:bypassed_lsbs (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdsp.c | 62 const uint8_t *bypassed_lsbs, in ff_mlp_rematrix_channel() 86 samples[dest_ch] = ((accum >> 14) & mask) + *bypassed_lsbs; in ff_mlp_rematrix_channel() 87 bypassed_lsbs += MAX_CHANNELS; 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 | mlpdsp.h | 30 const uint8_t *bypassed_lsbs, 56 const uint8_t *bypassed_lsbs,
|
H A D | mlpdec.c | 173 int8_t bypassed_lsbs[MAX_BLOCKSIZE][MAX_CHANNELS]; member 263 m->bypassed_lsbs[pos + s->blockpos][mat] = get_bits1(gbp); in read_huff_channels() 1003 memset(&m->bypassed_lsbs[s->blockpos][0], 0, in read_block_data() 1004 s->blocksize * sizeof(m->bypassed_lsbs[0])); in read_block_data() 1126 &m->bypassed_lsbs[0][mat], in output_data()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mlpdsp.asm | 63 movzx blsbsd, byte [blsbs_ptrq] ; load *bypassed_lsbs 66 add accumd, blsbsd ; accum += *bypassed_lsbs 68 add blsbs_ptrq, 8 ; bypassed_lsbs += MAX_CHANNELS; 82 movzx noised, byte [blsbs_ptrq] ; load *bypassed_lsbs (reuse tmp noise register) 85 add accumd, noised ; accum += *bypassed_lsbs 87 add blsbs_ptrq, 8 ; bypassed_lsbs += MAX_CHANNELS; 93 ; const uint8_t *bypassed_lsbs, const int8_t *noise_buffer,
|
H A D | mlpdsp_init.c | 35 const uint8_t *bypassed_lsbs, \
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_init_arm.c | 34 const uint8_t *bypassed_lsbs,
|
Completed in 4 milliseconds