Searched defs:coeff1 (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | h264chroma_msa.c | 33 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_2x2_msa() 64 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_2x4_msa() 92 uint32_t coeff0, uint32_t coeff1, in avc_chroma_hz_2w_msa() 103 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x2_msa() 128 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x4_msa() 151 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x8_msa() 175 uint32_t coeff0, uint32_t coeff1, in avc_chroma_hz_4w_msa() 188 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_8x4_msa() 211 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_8x8_msa() 245 uint32_t coeff1, int32_t height) in avc_chroma_hz_nonmult_msa() [all …]
|
D | aacpsy_mips.h | 133 float coeff1 = psy_fir_coeffs[3]; in psy_hp_filter_mips() local
|
D | h264qpel_msa.c | 70 #define AVC_DOT_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument 81 #define AVC_DOT_SW3_SW(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
|
/third_party/ffmpeg/tests/checkasm/ |
D | opusdsp.c | 70 float coeff0 = (float)rnd() / (UINT_MAX >> 5) - 16.0f, coeff1 = coeff0; in test_deemphasis() local
|
/third_party/ffmpeg/libavcodec/ |
D | adpcm.h | 41 int coeff1; member
|
D | adpcm.c | 1589 int coeff1, coeff2; in adpcm_decode_frame() local
|
/third_party/ffmpeg/libswresample/ |
D | rematrix_template.c | 56 INTER coeff1 = coeffp[index1]; in RENAME() local
|
/third_party/libsnd/src/ |
D | wavlike.h | 227 { short coeff1 ; member
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 235 v8i16 coeff0, coeff1; in CollectHistogram_MSA() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 235 v8i16 coeff0, coeff1; in CollectHistogram_MSA() local
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 2769 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
|