Home
last modified time | relevance | path

Searched defs:coeff (Results 1 – 25 of 160) sorted by relevance

1234567

/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c80 static void highbd_fwd_txfm_4x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x4()
93 static void highbd_fwd_txfm_4x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x8()
100 static void highbd_fwd_txfm_8x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x4()
107 static void highbd_fwd_txfm_8x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x16()
115 static void highbd_fwd_txfm_16x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x8()
123 static void highbd_fwd_txfm_16x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x32()
130 static void highbd_fwd_txfm_32x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x16()
137 static void highbd_fwd_txfm_16x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x4()
144 static void highbd_fwd_txfm_4x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x16()
151 static void highbd_fwd_txfm_32x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x8()
[all …]
/external/eigen/unsupported/test/
Dcxx11_tensor_custom_index.cpp34 NormalIndex coeff(1,2,4,1); in test_map_as_index() local
52 NormalIndex coeff(1,2,4,1); in test_matrix_as_index() local
67 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_varlist_as_index() local
82 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_sizes_as_index() local
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c23 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc() local
53 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc() local
72 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc_32x32() local
104 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc_32x32() local
137 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local
149 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local
188 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local
200 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local
241 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local
252 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local
[all …]
Davg.c40 int16_t *coeff) { in hadamard_highbd_col8_first_pass()
73 int32_t *coeff) { in hadamard_highbd_col8_second_pass()
105 tran_low_t *coeff) { in vpx_highbd_hadamard_8x8_c()
131 tran_low_t *coeff) { in vpx_highbd_hadamard_16x16_c()
163 tran_low_t *coeff) { in vpx_highbd_hadamard_32x32_c()
198 int16_t *coeff) { in hadamard_col8()
230 tran_low_t *coeff) { in vpx_hadamard_8x8_c()
256 tran_low_t *coeff) { in vpx_hadamard_16x16_c()
287 tran_low_t *coeff) { in vpx_hadamard_32x32_c()
320 int vpx_highbd_satd_c(const tran_low_t *coeff, int length) { in vpx_highbd_satd_c()
[all …]
/external/python/cpython3/Modules/_decimal/tests/
Dbignum.py20 def xhash(coeff, exp): argument
35 coeff = int(x) variable
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_avx2.c96 tran_low_t *coeff) { in vpx_highbd_hadamard_8x8_avx2()
139 ptrdiff_t src_stride, tran_low_t *coeff) { in vpx_highbd_hadamard_16x16_avx2()
180 ptrdiff_t src_stride, tran_low_t *coeff) { in vpx_highbd_hadamard_32x32_avx2()
298 int16_t *coeff) { in hadamard_8x8x2_avx2()
338 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_avx2()
386 tran_low_t *coeff) { in vpx_hadamard_16x16_avx2()
391 tran_low_t *coeff) { in vpx_hadamard_32x32_avx2()
437 int vpx_satd_avx2(const tran_low_t *coeff, int length) { in vpx_satd_avx2()
462 int vpx_highbd_satd_avx2(const tran_low_t *coeff, int length) { in vpx_highbd_satd_avx2()
Davg_intrin_sse2.c268 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_8x8_sse2()
320 tran_low_t *coeff) { in vpx_hadamard_8x8_sse2()
325 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2()
386 tran_low_t *coeff) { in vpx_hadamard_16x16_sse2()
391 tran_low_t *coeff) { in vpx_hadamard_32x32_sse2()
441 int vpx_satd_sse2(const tran_low_t *coeff, int length) { in vpx_satd_sse2()
/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_avx2.c96 int16_t *coeff) { in hadamard_8x8x2_avx2()
136 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_avx2()
180 tran_low_t *coeff) { in aom_hadamard_16x16_avx2()
185 tran_low_t *coeff) { in aom_hadamard_32x32_avx2()
227 int aom_satd_avx2(const tran_low_t *coeff, int length) { in aom_satd_avx2()
Davg_intrin_sse2.c219 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_8x8_sse2()
271 tran_low_t *coeff) { in aom_hadamard_8x8_sse2()
276 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2()
333 tran_low_t *coeff) { in aom_hadamard_16x16_sse2()
338 tran_low_t *coeff) { in aom_hadamard_32x32_sse2()
384 int aom_satd_sse2(const tran_low_t *coeff, int length) { in aom_satd_sse2()
Dquantize_x86.h40 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff()
49 static INLINE void calculate_qcoeff_log_scale(__m128i *coeff, in calculate_qcoeff_log_scale()
76 __m128i coeff = invert_sign_sse2(qcoeff, coeff_sign); in calculate_dqcoeff_and_store_log_scale() local
/external/libaom/libaom/aom_dsp/
Davg.c54 int16_t *coeff) { in hadamard_col8()
86 tran_low_t *coeff) { in aom_hadamard_8x8_c()
112 tran_low_t *coeff) { in aom_hadamard_16x16_c()
143 tran_low_t *coeff) { in aom_hadamard_32x32_c()
175 int aom_satd_c(const tran_low_t *coeff, int length) { in aom_satd_c()
Dquantize.c40 const int coeff = coeff_ptr[rc] * wt; in quantize_b_adaptive_helper_c() local
56 const int coeff = coeff_ptr[rc]; in quantize_b_adaptive_helper_c() local
91 const int coeff = coeff_ptr[rc] * wt; in quantize_b_adaptive_helper_c() local
128 const int coeff = coeff_ptr[rc] * wt; in quantize_b_helper_c() local
141 const int coeff = coeff_ptr[rc]; in quantize_b_helper_c() local
196 const int coeff = coeff_ptr[rc] * wt; in highbd_quantize_b_adaptive_helper_c() local
213 const int coeff = coeff_ptr[rc]; in highbd_quantize_b_adaptive_helper_c() local
241 const int coeff = coeff_ptr[rc] * wt; in highbd_quantize_b_adaptive_helper_c() local
280 const int coeff = coeff_ptr[rc] * wt; in highbd_quantize_b_helper_c() local
293 const int coeff = coeff_ptr[rc]; in highbd_quantize_b_helper_c() local
/external/libaom/libaom/av1/encoder/x86/
Derror_intrin_avx2.c18 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff()
32 int64_t av1_block_error_avx2(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_avx2()
/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
Ddct_msa.c26 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \ argument
73 v8i16 coeff = { 2217, 5352, -5352, 14500, 7500, 12000, 25000, 26000 }; in vp8_short_fdct4x4_msa() local
119 v8i16 coeff = { 2217, 5352, -5352, 14500, 7500, 12000, 25000, 26000 }; in vp8_short_fdct8x4_msa() local
/external/aac/libFDK/src/
DFDK_lpc.cpp118 const int inc, const FIXP_SGL *coeff, in CLpc_SynthesisLattice()
170 const int inc, const FIXP_DBL *coeff, in CLpc_SynthesisLattice()
222 FIXP_LPC_TNS coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis() local
265 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis() local
320 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Analysis() local
/external/eigen/test/
DsparseLM.cpp41 Scalar coeff; in model() local
69 Scalar coeff; in operator ()() local
93 Scalar coeff; in df() local
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h54 inline const Scalar coeff(Index row, Index col) const in coeff() function
59 inline const Scalar coeff(Index index) const in coeff() function
246 inline const Scalar coeff(Index row, Index col) const in coeff() function
251 inline const Scalar coeff(Index index) const in coeff() function
409 inline const Scalar coeff(Index row, Index col) const in coeff() function
420 inline const Scalar coeff(Index index) const in coeff() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFixedSize.h70 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index firstIndex, IndexTypes... otherInd… in coeff() function
79 EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices) const in coeff() function
86 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function
93 EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function
DTensor.h115 …EIGEN_DEVICE_FUNC inline const Scalar& coeff(Index firstIndex, Index secondIndex, IndexTypes... ot… in coeff() function
124 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices)… in coeff() function
135 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(CustomIndices& indices) const in coeff() function
141 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function
147 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c60 const int16x8_t coeff = load_tran_low_to_s16q(coeff_ptr); in vpx_quantize_b_neon() local
110 const int16x8_t coeff = load_tran_low_to_s16q(coeff_ptr); in vpx_quantize_b_neon() local
220 const int16x8_t coeff = load_tran_low_to_s16q(coeff_ptr); in vpx_quantize_b_32x32_neon() local
268 const int16x8_t coeff = load_tran_low_to_s16q(coeff_ptr); in vpx_quantize_b_32x32_neon() local
/external/skqp/include/gpu/
DGrBlend.h79 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
84 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
89 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
/external/skia/include/gpu/
DGrBlend.h79 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
84 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
89 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
/external/libaom/libaom/av1/encoder/mips/msa/
Derror_msa.c95 const int16_t *coeff = (const int16_t *)coeff_ptr; in av1_block_error_msa() local
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c91 const int16_t *coeff = (const int16_t *)coeff_ptr; in vp9_block_error_msa() local

1234567