Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlpdsp.c62 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 Dmlpdsp.h30 const uint8_t *bypassed_lsbs,
56 const uint8_t *bypassed_lsbs,
H A Dmlpdec.c173 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 Dmlpdsp.asm63 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 Dmlpdsp_init.c35 const uint8_t *bypassed_lsbs, \
/third_party/ffmpeg/libavcodec/arm/
H A Dmlpdsp_init_arm.c34 const uint8_t *bypassed_lsbs,

Completed in 4 milliseconds