Home
last modified time | relevance | path

Searched defs:skip_block (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c17 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc()
42 int skip_block, const int16_t *round_ptr, in vpx_highbd_quantize_dc()
65 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32()
91 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_highbd_quantize_dc_32x32()
118 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_c()
169 int skip_block, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_c()
218 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_c()
272 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_c()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc57 void QuantFPWrapper(const tran_low_t *coeff, intptr_t count, int skip_block, in QuantFPWrapper()
139 int skip_block, const int16_t *round_ptr, in quantize_fp_nz_c()
256 const int skip_block = 0; in TEST_P() local
313 const int skip_block = 0; in TEST_P() local
380 const int skip_block = 0; in TEST_P() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_dct_neon.c23 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_neon()
Dvp9_quantize_neon.c30 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_neon()
121 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c25 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_c()
59 int skip_block, const int16_t *round_ptr, in vp9_highbd_quantize_fp_c()
94 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_c()
129 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vp9_highbd_quantize_fp_32x32_c()
Dvp9_block.h76 int skip_block; member
Dvp9_dct.c559 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_c()
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c23 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_avx()
153 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c20 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_ssse3()
120 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_ssse3()
Dhighbd_quantize_intrin_sse2.c20 int skip_block, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_sse2()
96 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_sse2.c21 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_sse2()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c19 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_neon()
154 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_neon()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c21 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_sse2()
Dvp9_dct_ssse3.c23 int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_fdct8x8_quant_ssse3()
Dvp9_dct_intrin_sse2.c185 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_sse2()