Home
last modified time | relevance | path

Searched refs:access_unit_size_pow2 (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlpdsp.h37 int access_unit_size_pow2,
63 int access_unit_size_pow2,
H A Dmlpdsp.c69 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 Dmlpdec.c165 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 Dmlp_parse.h55 int access_unit_size_pow2; ///< Next power of two above number of samples per frame member
H A Dmlp_parse.c152 mh->access_unit_size_pow2 = 64 << (ratebits & 7); in ff_mlp_read_major_sync()
/third_party/ffmpeg/libavcodec/x86/
H A Dmlpdsp.asm77 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 Dmlpdsp_init.c42 int access_unit_size_pow2, \
/third_party/ffmpeg/libavcodec/arm/
H A Dmlpdsp_init_arm.c41 int access_unit_size_pow2,

Completed in 5 milliseconds