Home
last modified time | relevance | path

Searched defs:qcoeff (Results 1 – 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c18 static INLINE void calculate_dqcoeff_and_store(const int16x8_t qcoeff, in calculate_dqcoeff_and_store()
70 int16x8_t qcoeff = vshrq_n_s16(vqdmulhq_s16(rounded, quant), 1); in vpx_quantize_b_neon() local
120 int16x8_t qcoeff = vshrq_n_s16(vqdmulhq_s16(rounded, quant), 1); in vpx_quantize_b_neon() local
167 static INLINE void calculate_dqcoeff_and_store_32x32(const int16x8_t qcoeff, in calculate_dqcoeff_and_store_32x32()
230 int16x8_t qcoeff = vshrq_n_s16(vqdmulhq_s16(rounded, quant), 1); in vpx_quantize_b_32x32_neon() local
278 int16x8_t qcoeff = vshrq_n_s16(vqdmulhq_s16(rounded, quant), 1); in vpx_quantize_b_32x32_neon() local
/external/libaom/libaom/aom_dsp/x86/
Dquantize_x86.h42 __m128i tmp, qcoeff; in calculate_qcoeff() local
54 __m128i tmp, tmp1, qcoeff; in calculate_qcoeff_log_scale() local
65 static INLINE __m128i calculate_dqcoeff(__m128i qcoeff, __m128i dequant) { in calculate_dqcoeff()
69 static INLINE void calculate_dqcoeff_and_store_log_scale(__m128i qcoeff, in calculate_dqcoeff_and_store_log_scale()
Dquantize_ssse3.c25 __m128i tmp, qcoeff, tmp1; in calculate_qcoeff_64x64() local
36 static INLINE void calculate_dqcoeff_and_store_64x64(const __m128i qcoeff, in calculate_dqcoeff_and_store_64x64()
Dadaptive_quantize_sse2.c190 const int qcoeff = qcoeff_ptr[rc]; in aom_quantize_b_adaptive_sse2() local
397 const int qcoeff = qcoeff_ptr[rc]; in aom_quantize_b_32x32_adaptive_sse2() local
Dhighbd_quantize_intrin_avx2.c67 const int16_t *iscan_ptr, tran_low_t *qcoeff, in quantize()
/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_sse4.c24 __m128i *qcoeff, __m128i *dquan, in quantize_coeff_phase1()
46 static INLINE void quantize_coeff_phase2(__m128i *qcoeff, __m128i *dquan, in quantize_coeff_phase2()
121 __m128i coeff[2], qcoeff[3], dequant[2], qparam[4], coeff_sign; in av1_highbd_quantize_fp_sse4_1() local
Dav1_quantize_avx2.c30 static INLINE void write_zero(tran_low_t *qcoeff) { in write_zero()
108 const int16_t *iscan_ptr, tran_low_t *qcoeff, in quantize()
180 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize_32x32()
255 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize_64x64()
Dav1_quantize_sse2.c36 tran_low_t *qcoeff, intptr_t offset) { in write_qcoeff()
57 static INLINE void write_zero(tran_low_t *qcoeff, intptr_t offset) { in write_zero()
Dav1_highbd_quantize_avx2.c50 tran_low_t *qcoeff, tran_low_t *dqcoeff, in quantize()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c43 int16x8_t qcoeff = vec_mulhi(rounded, quant); in quantize_coeff() local
56 int16x8_t qcoeff = vec_mulhi(rounded, quant); in quantize_coeff_32() local
69 static INLINE int16x8_t dequantize_coeff_32(int16x8_t qcoeff, in dequantize_coeff_32()
81 static INLINE int16x8_t nonzero_scanindex(int16x8_t qcoeff, bool16x8_t mask, in nonzero_scanindex()
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_sse2.h40 __m128i tmp, qcoeff; in calculate_qcoeff() local
47 static INLINE void calculate_dqcoeff_and_store(__m128i qcoeff, __m128i dequant, in calculate_dqcoeff_and_store()
Dquantize_ssse3.h20 static INLINE void calculate_dqcoeff_and_store_32x32(const __m128i qcoeff, in calculate_dqcoeff_and_store_32x32()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c69 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_optimize_b() local
351 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant_fp() local
427 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant_dc() local
501 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant() local
762 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_encode_block_intra() local
Dvp9_context_tree.h31 tran_low_t *qcoeff[MAX_MB_PLANE][3]; member
Dvp9_quantize.c167 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block), in vp9_regular_quantize_b_4x4() local
Dvp9_tokenize.c365 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in tokenize_b() local
Dvp9_block.h31 tran_low_t *qcoeff; member
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c149 int16x8_t qcoeff = vaddq_s16(coeff_abs, round); in vp9_quantize_fp_32x32_neon() local
203 int16x8_t qcoeff = vaddq_s16(coeff_abs, round); in vp9_quantize_fp_32x32_neon() local
/external/libaom/libaom/av1/encoder/
Dencodetxb.h28 tran_low_t *qcoeff; member
Dencodetxb.c743 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
1389 tran_low_t *qcoeff, tran_low_t *dqcoeff, uint8_t *levels) {
1445 const tran_low_t *tcoeff, tran_low_t *qcoeff, tran_low_t *dqcoeff,
1504 const int qcoeff = qcoeff_ptr[rc]; local
1527 tran_low_t *qcoeff, tran_low_t *dqcoeff, uint8_t *levels, int sharpness) {
1636 tran_low_t *qcoeff, tran_low_t *dqcoeff,
1665 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
1826 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
1883 int av1_get_txb_entropy_context(const tran_low_t *qcoeff,
1913 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
[all …]
Dtpl_model.c31 tran_low_t *qcoeff, tran_low_t *dqcoeff, in get_quantize_error()
119 tran_low_t *qcoeff, tran_low_t *dqcoeff, int mi_row, in mode_estimation()
Dcontext_tree.h47 tran_low_t *qcoeff[MAX_MB_PLANE]; member
/external/libaom/libaom/test/
Dquantize_func_test.cc114 tran_low_t *qcoeff = dqcoeff_ref + n_coeffs; in QuantizeRun() local
281 tran_low_t *qcoeff = dqcoeff_ref + n_coeffs; in TEST_P() local
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c155 static INLINE int16x8_t dequantize_coeff_32(int16x8_t qcoeff, in dequantize_coeff_32()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc63 tran_low_t *qcoeff, tran_low_t *dqcoeff, in QuantFPWrapper()

12