Searched defs:step2 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 157 tran_low_t step1[8], step2[8]; in idct8_c() local 380 tran_low_t step1[16], step2[16]; in idct16_c() local 783 tran_low_t step1[32], step2[32]; in idct32_c() local 1387 tran_low_t step1[8], step2[8]; in vpx_highbd_idct8_c() local 1617 tran_low_t step1[16], step2[16]; in vpx_highbd_idct16_c() local 2026 tran_low_t step1[32], step2[32]; in highbd_idct32_c() local
|
D | fwd_txfm.c | 204 tran_high_t step2[8]; // canbe16 in vpx_fdct16x16_c() local
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 17 v8i16 step0, step1, step2, step3; in fdct8x32_1d_column_load_butterfly() local 257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; in fdct8x32_1d_row_load_butterfly() local
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 1536 int step2 = srcB->step ? srcB->step/sizeof(src1data[0]) : 1; in cvCrossProduct() local 1559 int step2 = srcB->step ? srcB->step/sizeof(src1data[0]) : 1; in cvCrossProduct() local
|
D | cxarithm.cpp | 1870 const uchar* src2, int step2, double beta, in icvAddWeighted_8u_fast_C1R()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 96 tran_high_t step2[8]; // canbe16 in fdct16() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_avx2.h | 99 __m256i step2[32]; in FDCT32x32_2D_AVX2() local
|
D | fwd_dct32x32_impl_sse2.h | 119 __m128i step2[32]; in FDCT32x32_2D() local
|