Searched refs:access_unit_size_pow2 (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdsp.h | 37 int access_unit_size_pow2, 63 int access_unit_size_pow2,
|
H A D | mlpdsp.c | 69 int access_unit_size_pow2, in ff_mlp_rematrix_channel() 81 index &= access_unit_size_pow2 - 1; 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 | mlpdec.c | 165 int access_unit_size_pow2; member 360 if (mh.access_unit_size_pow2 > MAX_BLOCKSIZE_POW2) { in read_major_sync() 363 mh.access_unit_size_pow2, MAX_BLOCKSIZE_POW2); in read_major_sync() 384 m->access_unit_size_pow2 = mh.access_unit_size_pow2; in read_major_sync() 1081 for (i = 0; i < m->access_unit_size_pow2; i++) { in fill_noise_buffer() 1133 m->access_unit_size_pow2, in output_data()
|
H A D | mlp_parse.h | 55 int access_unit_size_pow2; ///< Next power of two above number of samples per frame member
|
H A D | mlp_parse.c | 152 mh->access_unit_size_pow2 = 64 << (ratebits & 7); in ff_mlp_read_major_sync()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mlpdsp.asm | 77 and indexd, auspd ; index &= access_unit_size_pow2; 96 ; int access_unit_size_pow2, int32_t mask) 141 mov r9d, r9m ; load access_unit_size_pow2 161 sub auspd, 1 ; access_unit_size_pow2 -= 1
|
H A D | mlpdsp_init.c | 42 int access_unit_size_pow2, \
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_init_arm.c | 41 int access_unit_size_pow2,
|
Completed in 5 milliseconds