Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c18 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc()
43 int skip_block, const int16_t *round_ptr, in vpx_highbd_quantize_dc()
66 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32()
92 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()
280 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.cc60 void QuantFPWrapper(const tran_low_t *coeff, intptr_t count, int skip_block, in QuantFPWrapper()
165 int skip_block, const int16_t *round_ptr, in quant_fp_nz()
238 int skip_block, const int16_t *round_ptr, in quantize_fp_nz_c()
248 int skip_block, const int16_t *round_ptr, in quantize_fp_32x32_nz_c()
313 const int skip_block = 0; in TEST_P() local
/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/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()
125 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c24 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_avx()
148 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c21 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_ssse3()
114 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_ssse3()
Dhighbd_quantize_intrin_sse2.c21 int skip_block, const int16_t *zbin_ptr, in vpx_highbd_quantize_b_sse2()
97 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/vp9/encoder/ppc/
Dvp9_quantize_vsx.c42 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_vsx()
168 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_vsx()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c35 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_neon()
192 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_32x32_neon()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c50 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_avx2()
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, in vp9_fdct8x8_quant_ssse3()
Dvp9_dct_intrin_sse2.c186 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_sse2()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c98 int skip_block, const int16_t *zbin_ptr, in vpx_quantize_b_vsx()
200 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_vsx()
/external/libaom/libaom/av1/encoder/arm/neon/
Dquantize_neon.c26 int skip_block, const int16_t *zbin_ptr, in av1_quantize_fp_neon()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c332 int skip_block, const int16_t *round_ptr, in quantize_dc()
369 const int skip_block = 0; in av1_quantize_dc_facade() local
497 const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in highbd_quantize_dc()
534 const int skip_block = 0; in av1_highbd_quantize_dc_facade() local
Dblock.h248 int skip_block; member