Home
last modified time | relevance | path

Searched defs:coeff0 (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c18 v8i16 coeff, dq_coeff, coeff0, coeff1; in vp8_block_error_msa() local
47 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbblock_error_msa() local
113 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbuverror_msa() local
Dquantize_msa.c24 v8i16 coeff0, coeff1, z0, z1; in fast_quantize_b_msa() local
93 v8i16 coeff0, coeff1, z0, z1; in exact_regular_quantize_b_msa() local
Ddenoising_msa.c33 v16u8 coeff0, coeff1; in vp8_denoiser_filter_msa() local
323 v16u8 coeff0; in vp8_denoiser_filter_uv_msa() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c44 __m128i coeff0, coeff1; in vp9_quantize_fp_sse2() local
119 __m128i coeff0, coeff1; in vp9_quantize_fp_sse2() local
Dvp9_dct_ssse3.c294 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_ssse3() local
369 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_ssse3() local
Dvp9_dct_intrin_sse2.c462 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_sse2() local
536 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_sse2() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c34 __m128i coeff0, coeff1; in vpx_quantize_b_avx() local
164 __m128i coeff0, coeff1; in vpx_quantize_b_32x32_avx() local
Dquantize_ssse3.c30 __m128i coeff0, coeff1; in vpx_quantize_b_ssse3() local
130 __m128i coeff0, coeff1; in vpx_quantize_b_32x32_ssse3() local
Dquantize_sse2.c31 __m128i coeff0, coeff1, coeff0_sign, coeff1_sign; in vpx_quantize_b_sse2() local
Dquantize_x86.h51 static INLINE __m128i scan_for_eob(__m128i *coeff0, __m128i *coeff1, in scan_for_eob()
Davg_intrin_avx2.c150 const __m256i coeff0 = _mm256_loadu_si256((const __m256i *)t_coeff); in vpx_hadamard_16x16_avx2() local
Davg_intrin_sse2.c259 __m128i coeff0 = load_tran_low(coeff); in vpx_hadamard_16x16_sse2() local
/external/webp/src/dsp/
Denc_sse41.c217 __m128i coeff0 = _mm_abs_epi16(in0); in DoQuantizeBlock_SSE41() local
Denc_msa.c235 v8i16 coeff0, coeff1; in CollectHistogram_MSA() local
Denc_sse2.c1225 __m128i coeff0, coeff8; in DoQuantizeBlock_SSE2() local
/external/webp/src/enc/
Dquant_enc.c644 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in TrellisQuantizeBlock() local
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h1706 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument