Home
last modified time | relevance | path

Searched refs:noise_buffer (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dmlpdsp.asm78 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, \
Dmlpdsp_init.c36 const int8_t *noise_buffer, \
/third_party/ffmpeg/libavcodec/
Dmlpdsp.h31 const int8_t *noise_buffer,
57 const int8_t *noise_buffer,
Dmlpdsp.c63 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()
Dqdmc.c65 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()
Dmlpdec.c172 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/
Dmlpdsp_init_arm.c35 const int8_t *noise_buffer,