Home
last modified time | relevance | path

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

12345678

/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/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 int16_t *coeff) { in aom_hadamard_lp_16x16_avx2()
217 tran_low_t *coeff) { in aom_hadamard_32x32_avx2()
337 tran_low_t *coeff) { in aom_highbd_hadamard_8x8_avx2()
380 ptrdiff_t src_stride, tran_low_t *coeff) { in aom_highbd_hadamard_16x16_avx2()
421 ptrdiff_t src_stride, tran_low_t *coeff) { in aom_highbd_hadamard_32x32_avx2()
462 int aom_satd_avx2(const tran_low_t *coeff, int length) { in aom_satd_avx2()
483 int aom_satd_lp_avx2(const int16_t *coeff, int length) { in aom_satd_lp_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 int16_t *coeff) { in aom_hadamard_lp_8x8_sse2()
308 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2()
365 tran_low_t *coeff) { in aom_hadamard_16x16_sse2()
370 tran_low_t *coeff) { in aom_hadamard_32x32_sse2()
416 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
168 __m128i coeff[4], cmp_mask0, cmp_mask1, cmp_mask2, cmp_mask3; in update_mask0() local
/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/
Davg.c94 int16_t *coeff) { in hadamard_col8()
126 tran_low_t *coeff) { in aom_hadamard_8x8_c()
151 int16_t *coeff) { in aom_hadamard_lp_8x8_c()
176 tran_low_t *coeff) { in aom_hadamard_16x16_c()
207 int16_t *coeff) { in aom_hadamard_lp_16x16_c()
236 tran_low_t *coeff) { in aom_hadamard_32x32_c()
269 int16_t *coeff) { in hadamard_highbd_col8_first_pass()
302 int32_t *coeff) { in hadamard_highbd_col8_second_pass()
334 tran_low_t *coeff) { in aom_highbd_hadamard_8x8_c()
360 tran_low_t *coeff) { in aom_highbd_hadamard_16x16_c()
[all …]
Dquantize.c40 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_helper_c() local
56 const int coeff = coeff_ptr[rc]; in aom_quantize_b_adaptive_helper_c() local
91 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_helper_c() local
129 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_helper_c() local
142 const int coeff = coeff_ptr[rc]; in aom_quantize_b_helper_c() local
195 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_adaptive_helper_c() local
211 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_adaptive_helper_c() local
242 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_adaptive_helper_c() local
281 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_helper_c() local
294 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_helper_c() local
/external/python/cpython3/Modules/_decimal/tests/
Dbignum.py20 def xhash(coeff, exp): argument
35 coeff = int(x) variable
/external/skia/src/gpu/
DGrBlend.h77 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
82 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
87 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
113 static constexpr bool GrBlendCoeffRefsConstant(const GrBlendCoeff coeff) { in GrBlendCoeffRefsConstant()
/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_lp_avx2(const int16_t *coeff, const int16_t *dqcoeff, in av1_block_error_lp_avx2()
85 int64_t av1_block_error_avx2(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_avx2()
/external/libaom/libaom/aom_dsp/arm/
Dhadamard_neon.c50 tran_low_t *coeff) { in aom_hadamard_8x8_neon()
79 int16_t *coeff) { in aom_hadamard_lp_8x8_neon()
108 int16_t *coeff) { in aom_hadamard_lp_16x16_neon()
149 tran_low_t *coeff) { in aom_hadamard_16x16_neon()
/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/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
/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/llvm-project/polly/lib/External/isl/
Disl_farkas.c356 isl_basic_set *coeff; member
429 isl_basic_set *coeff; in isl_basic_set_coefficients_factor() local
618 isl_basic_set *coeff = factor->coeff; in add_vertex() local
627 isl_basic_set *coeff = factor->coeff; in add_vertex() local
732 isl_basic_set *coeff; in isl_basic_set_coefficients_product() local
772 isl_basic_set *coeff; in isl_basic_set_coefficients_morphed_product() local
895 isl_basic_set *coeff; in isl_set_coefficients() 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/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/libaom/libaom/av1/encoder/arm/neon/
Dav1_error_neon.c17 int64_t av1_block_error_neon(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_neon()
60 int64_t av1_block_error_lp_neon(const int16_t *coeff, const int16_t *dqcoeff, in av1_block_error_lp_neon()
/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()

12345678