HomeSort by relevance Sort by last modified time
    Searched refs:qcoeff_ptr (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/libvpx/libvpx/vpx_dsp/
quantize.h 23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
27 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
33 const int16_t quant, tran_low_t *qcoeff_ptr,
38 tran_low_t *qcoeff_ptr,
quantize.c 20 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
28 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
34 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
35 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant;
44 const int16_t quant, tran_low_t *qcoeff_ptr,
49 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
58 qcoeff_ptr[0] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign);
59 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant
    [all...]
  /external/libaom/libaom/aom_dsp/
quantize.h 26 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
36 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
43 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
50 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
57 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
65 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
72 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
79 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
86 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
95 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr
    [all...]
quantize.c 19 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
29 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
70 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign;
89 if (qcoeff_ptr[rc] == 1 || qcoeff_ptr[rc] == -1) {
97 qcoeff_ptr[rc] = 0;
110 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
121 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_dct_neon.c 24 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr,
33 qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, scan,
  /external/libvpx/libvpx/vp8/encoder/mips/mmi/
vp8_quantize_mmi.c 27 qcoeff_ptr[rc] = x; \
38 int16_t *qcoeff_ptr = d->qcoeff; local
82 "gssdlc1 %[ftmp7], 0x07(%[qcoeff_ptr]) \n\t"
83 "gssdrc1 %[ftmp7], 0x00(%[qcoeff_ptr]) \n\t"
84 "gssdlc1 %[ftmp8], 0x0f(%[qcoeff_ptr]) \n\t"
85 "gssdrc1 %[ftmp8], 0x08(%[qcoeff_ptr]) \n\t"
140 "gssdlc1 %[ftmp7], 0x17(%[qcoeff_ptr]) \n\t"
141 "gssdrc1 %[ftmp7], 0x10(%[qcoeff_ptr]) \n\t"
142 "gssdlc1 %[ftmp8], 0x1f(%[qcoeff_ptr]) \n\t"
143 "gssdrc1 %[ftmp8], 0x18(%[qcoeff_ptr]) \n\t
210 int16_t *qcoeff_ptr = d->qcoeff; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
quantize_avx.c 26 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
63 _mm256_store_si256((__m256i *)(qcoeff_ptr), big_zero);
66 _mm256_store_si256((__m256i *)(qcoeff_ptr + 8), big_zero);
91 store_tran_low(qcoeff0, qcoeff_ptr);
92 store_tran_low(qcoeff1, qcoeff_ptr + 8);
115 _mm256_store_si256((__m256i *)(qcoeff_ptr + index), big_zero);
118 _mm256_store_si256((__m256i *)(qcoeff_ptr + index + 8), big_zero);
133 store_tran_low(qcoeff0, qcoeff_ptr + index);
134 store_tran_low(qcoeff1, qcoeff_ptr + index + 8);
152 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr
    [all...]
quantize_ssse3.c 24 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
68 store_tran_low(qcoeff0, qcoeff_ptr);
69 store_tran_low(qcoeff1, qcoeff_ptr + 8);
97 store_tran_low(qcoeff0, qcoeff_ptr + index);
98 store_tran_low(qcoeff1, qcoeff_ptr + index + 8);
118 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
172 _mm_store_si128((__m128i *)(qcoeff_ptr), zero);
173 _mm_store_si128((__m128i *)(qcoeff_ptr + 8), zero);
177 _mm_store_si128((__m128i *)(qcoeff_ptr + 4), zero);
178 _mm_store_si128((__m128i *)(qcoeff_ptr + 12), zero)
    [all...]
highbd_quantize_intrin_sse2.c 25 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
45 memset(qcoeff_ptr, 0, count * sizeof(*qcoeff_ptr));
87 qcoeff_ptr[k] = (int)(abs_qcoeff ^ coeff_sign[j]) - coeff_sign[j];
88 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0];
99 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
121 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
150 qcoeff_ptr[rc] = (int)(abs_qcoeff ^ coeff_sign) - coeff_sign;
151 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2
    [all...]
quantize_sse2.c 23 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
74 store_tran_low(qcoeff0, qcoeff_ptr);
75 store_tran_low(qcoeff1, qcoeff_ptr + 8);
105 store_tran_low(qcoeff0, qcoeff_ptr + index);
106 store_tran_low(qcoeff1, qcoeff_ptr + index + 8);
  /external/libaom/libaom/aom_dsp/x86/
adaptive_quantize_sse2.c 22 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
86 _mm_store_si128((__m128i *)(qcoeff_ptr), zero);
87 _mm_store_si128((__m128i *)(qcoeff_ptr + 4), zero);
88 _mm_store_si128((__m128i *)(qcoeff_ptr + 8), zero);
89 _mm_store_si128((__m128i *)(qcoeff_ptr + 12), zero);
115 store_coefficients(qcoeff0, qcoeff_ptr);
116 store_coefficients(qcoeff1, qcoeff_ptr + 8);
148 _mm_store_si128((__m128i *)(qcoeff_ptr + index), zero);
149 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 4), zero);
150 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 8), zero)
    [all...]
quantize_ssse3.c 67 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
108 _mm_store_si128((__m128i *)(qcoeff_ptr), zero);
109 _mm_store_si128((__m128i *)(qcoeff_ptr + 4), zero);
110 _mm_store_si128((__m128i *)(qcoeff_ptr + 8), zero);
111 _mm_store_si128((__m128i *)(qcoeff_ptr + 12), zero);
135 store_coefficients(qcoeff0, qcoeff_ptr);
136 store_coefficients(qcoeff1, qcoeff_ptr + 8);
159 _mm_store_si128((__m128i *)(qcoeff_ptr + index), zero);
160 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 4), zero);
161 _mm_store_si128((__m128i *)(qcoeff_ptr + index + 8), zero)
    [all...]
highbd_quantize_intrin_sse2.c 23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
41 memset(qcoeff_ptr, 0, count * sizeof(*qcoeff_ptr));
83 qcoeff_ptr[k] = (int)(abs_qcoeff ^ coeff_sign[j]) - coeff_sign[j];
84 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0];
95 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
114 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
143 qcoeff_ptr[rc] = (int)(abs_qcoeff ^ coeff_sign) - coeff_sign;
144 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2
    [all...]
quantize_sse2.c 24 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
73 store_coefficients(qcoeff0, qcoeff_ptr);
74 store_coefficients(qcoeff1, qcoeff_ptr + 8);
108 store_coefficients(qcoeff0, qcoeff_ptr + index);
109 store_coefficients(qcoeff1, qcoeff_ptr + index + 8);
  /external/libaom/libaom/av1/encoder/
av1_quantize.h 38 tran_low_t *qcoeff_ptr,
109 void av1_quantize_skip(intptr_t n_coeffs, tran_low_t *qcoeff_ptr,
113 const MACROBLOCK_PLANE *p, tran_low_t *qcoeff_ptr,
118 const MACROBLOCK_PLANE *p, tran_low_t *qcoeff_ptr,
123 const MACROBLOCK_PLANE *p, tran_low_t *qcoeff_ptr,
129 tran_low_t *qcoeff_ptr,
136 tran_low_t *qcoeff_ptr,
143 tran_low_t *qcoeff_ptr,
av1_quantize.c 29 void av1_quantize_skip(intptr_t n_coeffs, tran_low_t *qcoeff_ptr,
31 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
39 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
52 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
68 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign;
96 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign;
110 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
143 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign)
375 p->quant_fp_QTX[0], qcoeff_ptr, dqcoeff_ptr, p->dequant_QTX[0], local
540 p->quant_fp_QTX[0], qcoeff_ptr, dqcoeff_ptr, local
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
av1_quantize_avx2.c 139 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
155 quantize(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob);
158 qcoeff_ptr += step;
167 quantize(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob);
170 qcoeff_ptr += step;
214 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
230 quantize_32x32(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob);
233 qcoeff_ptr += step;
242 quantize_32x32(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob);
245 qcoeff_ptr += step
    [all...]
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
44 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
107 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
108 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
112 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
  /external/libvpx/config/arm64/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
44 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
107 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
108 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
112 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
  /external/libvpx/config/x86/
vp9_rtcd.h 45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
46 void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
47 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
91 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
94 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
112 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
113 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
116 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_sse2.c 22 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr,
38 qcoeff_ptr += n_coeffs;
82 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs);
83 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8);
151 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs);
152 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8);
160 store_zero_tran_low(qcoeff_ptr + n_coeffs);
161 store_zero_tran_low(qcoeff_ptr + n_coeffs + 8);
vp9_quantize_avx2.c 51 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr,
65 qcoeff_ptr += n_coeffs;
95 store_tran_low(qcoeff256, qcoeff_ptr + n_coeffs);
123 store_tran_low(qcoeff256, qcoeff_ptr + n_coeffs);
129 store_zero_tran_low(qcoeff_ptr + n_coeffs);
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 26 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr,
35 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
49 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
50 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0];
60 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr,
71 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr));
83 qcoeff_ptr[rc] = (tran_low_t)(abs_qcoeff ^ coeff_sign) - coeff_sign;
84 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]
    [all...]
  /external/libvpx/config/x86_64/
vp9_rtcd.h 45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
46 void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
47 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
91 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
94 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
112 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
113 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
114 void vp9_quantize_fp_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
117 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
118 void vp9_quantize_fp_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, cons (…)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
quantize_neon.c 37 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
89 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
90 qcoeff_ptr += 8;
140 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
141 qcoeff_ptr += 8;
196 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
249 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
250 qcoeff_ptr += 8;
298 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
299 qcoeff_ptr += 8
    [all...]

Completed in 400 milliseconds

1 2 3