Searched defs:scale_factors (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dcadsp.c | 26 decode_hf_c(int32_t **dst, const int32_t *vq_index, const int8_t hf_vq[1024][32], int32_t scale_factors[32][2], ptrdiff_t sb_start, ptrdiff_t sb_end, ptrdiff_t ofs, ptrdiff_t len) decode_hf_c() argument 43 decode_joint_c(int32_t **dst, int32_t **src, const int32_t *scale_factors, ptrdiff_t sb_start, ptrdiff_t sb_end, ptrdiff_t ofs, ptrdiff_t len) decode_joint_c() argument
|
H A D | hcadec.c | 37 int8_t scale_factors[128]; member
|
H A D | mpegaudioenc_template.c | 60 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3]; /* scale factors */ member 377 compute_scale_factors(MpegAudioContext *s, unsigned char scale_code[SBLIMIT], unsigned char scale_factors[SBLIMIT][3], int sb_samples[3][12][SBLIMIT], int sblimit) compute_scale_factors() argument
|
H A D | dca_core.h | 144 int32_t scale_factors[DCA_CHANNELS][DCA_SUBBANDS][2]; ///< Scale factors (2x for transients and X96) member
|
H A D | mpegaudiodec_template.c | 72 uint8_t scale_factors[40]; member 396 uint8_t scale_factors[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1() local 469 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3], *sf; in mp_decode_layer2() local [all...] |
H A D | wmaprodec.c | 159 int* scale_factors; ///< pointer to the scale factor values used for decoding member
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 238 float scale_factors[BRW_MAX_SAMPLERS]; member
|
Completed in 13 milliseconds