Searched refs:noise_buffer (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | mlpdsp.asm | 78 movsx noiseq, byte [noise_bufferq + indexq] ; load noise_buffer[index] 80 SHLX noiseq, mns ; noise_buffer[index] <<= matrix_noise_shift 81 add accumq, noiseq ; accum += noise_buffer[index] 93 ; const uint8_t *bypassed_lsbs, const int8_t *noise_buffer, 144 DEFINE_ARGS samples, coeffs, blsbs_ptr, noise_buffer, \ 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, \
|
D | mlpdsp_init.c | 36 const int8_t *noise_buffer, \
|
/third_party/ffmpeg/libavcodec/ |
D | mlpdsp.h | 31 const int8_t *noise_buffer, 57 const int8_t *noise_buffer,
|
D | mlpdsp.c | 63 const int8_t *noise_buffer, in ff_mlp_rematrix_channel() argument 82 accum += noise_buffer[index] * (1 << (matrix_noise_shift + 7)); in ff_mlp_rematrix_channel()
|
D | qdmc.c | 65 float noise_buffer[4096 * 2]; member 195 nptr = s->noise_buffer + 256 * j; in make_noises() 201 nptr = s->noise_buffer + (j << 8) + n1 - n0; in make_noises() 498 noise_ptr = &s->noise_buffer[256 * index]; in lin_calc() 508 noise_ptr = s->noise_buffer + length + (index << 8); in lin_calc()
|
D | mlpdec.c | 172 int8_t noise_buffer[MAX_BLOCKSIZE_POW2]; member 1083 m->noise_buffer[i] = noise_table[seed_shr15]; in fill_noise_buffer() 1127 m->noise_buffer, in output_data()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mlpdsp_init_arm.c | 35 const int8_t *noise_buffer,
|