Home
last modified time | relevance | path

Searched refs:temp_in (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 temp_in[j] = out[j * 4 + i]; in vp9_iht4x4_16_add_c()
45 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
65 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
78 temp_in[j] = out[j * 8 + i]; in vp9_iht8x8_64_add_c()
79 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
99 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
112 temp_in[j] = out[j * 16 + i]; in vp9_iht16x16_256_add_c()
113 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
222 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
[all …]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans16_dspr2.c61 int16_t temp_in[16 * 16]; in vp9_iht16x16_256_add_dspr2() local
74 temp_in[j * 16 + i] = out[i * 16 + j]; in vp9_iht16x16_256_add_dspr2()
76 idct16_cols_add_blk_dspr2(temp_in, dest, pitch); in vp9_iht16x16_256_add_dspr2()
81 int16_t temp_in[16]; in vp9_iht16x16_256_add_dspr2() local
94 temp_in[j] = out[j * 16 + i]; in vp9_iht16x16_256_add_dspr2()
95 iadst16_dspr2(temp_in, temp_out); in vp9_iht16x16_256_add_dspr2()
Dvp9_itrans8_dspr2.c28 int16_t temp_in[8 * 8], temp_out[8]; in vp9_iht8x8_64_add_dspr2() local
64 temp_in[i * 8 + j] = out[j * 8 + i]; in vp9_iht8x8_64_add_dspr2()
67 idct8_columns_add_blk_dspr2(&temp_in[0], dest, dest_stride); in vp9_iht8x8_64_add_dspr2()
78 temp_in[j] = out[j * 8 + i]; in vp9_iht8x8_64_add_dspr2()
80 iadst8_dspr2(temp_in, temp_out); in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans4_dspr2.c29 int16_t temp_in[4 * 4], temp_out[4]; in vp9_iht4x4_16_add_dspr2() local
69 temp_in[i * 4 + j] = out[j * 4 + i]; in vp9_iht4x4_16_add_dspr2()
72 vpx_idct4_columns_add_blk_dspr2(&temp_in[0], dest, dest_stride); in vp9_iht4x4_16_add_dspr2()
83 temp_in[j] = out[j * 4 + i]; in vp9_iht4x4_16_add_dspr2()
84 iadst4_dspr2(temp_in, temp_out); in vp9_iht4x4_16_add_dspr2()
/external/libvpx/libvpx/test/
Didct8x8_test.cc49 double temp_in[8], temp_out[8]; in reference_dct_2d() local
51 temp_in[j] = input[j*8 + i]; in reference_dct_2d()
52 reference_dct_1d(temp_in, temp_out); in reference_dct_2d()
58 double temp_in[8], temp_out[8]; in reference_dct_2d() local
60 temp_in[j] = output[j + i*8]; in reference_dct_2d()
61 reference_dct_1d(temp_in, temp_out); in reference_dct_2d()
Ddct32x32_test.cc58 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local
60 temp_in[j] = input[j*32 + i]; in reference_32x32_dct_2d()
61 reference_32x32_dct_1d(temp_in, temp_out); in reference_32x32_dct_2d()
67 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local
69 temp_in[j] = output[j + i*32]; in reference_32x32_dct_2d()
70 reference_32x32_dct_1d(temp_in, temp_out); in reference_32x32_dct_2d()
Dfdct8x8_test.cc65 double temp_in[8], temp_out[8]; in reference_8x8_dct_2d() local
67 temp_in[j] = input[j*8 + i]; in reference_8x8_dct_2d()
68 reference_8x8_dct_1d(temp_in, temp_out, 1); in reference_8x8_dct_2d()
74 double temp_in[8], temp_out[8]; in reference_8x8_dct_2d() local
76 temp_in[j] = output[j + i*8]; in reference_8x8_dct_2d()
77 reference_8x8_dct_1d(temp_in, temp_out, 1); in reference_8x8_dct_2d()
Ddct16x16_test.cc218 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local
220 temp_in[j] = input[j * 16 + i]; in reference_16x16_dct_2d()
221 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d()
227 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local
229 temp_in[j] = output[j + i * 16]; in reference_16x16_dct_2d()
230 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c537 tran_low_t temp_in[4], temp_out[4]; in vp9_fht4x4_c() local
543 temp_in[j] = input[j * stride + i] * 16; in vp9_fht4x4_c()
544 if (i == 0 && temp_in[0]) in vp9_fht4x4_c()
545 temp_in[0] += 1; in vp9_fht4x4_c()
546 ht.cols(temp_in, temp_out); in vp9_fht4x4_c()
554 temp_in[j] = out[j + i * 4]; in vp9_fht4x4_c()
555 ht.rows(temp_in, temp_out); in vp9_fht4x4_c()
681 tran_low_t temp_in[8], temp_out[8]; in vp9_fht8x8_c() local
687 temp_in[j] = input[j * stride + i] * 4; in vp9_fht8x8_c()
688 ht.cols(temp_in, temp_out); in vp9_fht8x8_c()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c118 tran_low_t temp_in[4], temp_out[4]; in vpx_idct4x4_16_add_c() local
130 temp_in[j] = out[j * 4 + i]; in vpx_idct4x4_16_add_c()
131 idct4_c(temp_in, temp_out); in vpx_idct4x4_16_add_c()
214 tran_low_t temp_in[8], temp_out[8]; in vpx_idct8x8_64_add_c() local
226 temp_in[j] = out[j * 8 + i]; in vpx_idct8x8_64_add_c()
227 idct8_c(temp_in, temp_out); in vpx_idct8x8_64_add_c()
366 tran_low_t temp_in[8], temp_out[8]; in vpx_idct8x8_12_add_c() local
379 temp_in[j] = out[j * 8 + i]; in vpx_idct8x8_12_add_c()
380 idct8_c(temp_in, temp_out); in vpx_idct8x8_12_add_c()
558 tran_low_t temp_in[16], temp_out[16]; in vpx_idct16x16_256_add_c() local
[all …]
Dfwd_txfm.c721 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_c() local
723 temp_in[j] = input[j * stride + i] * 4; in vpx_fdct32x32_c()
724 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_c()
731 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_c() local
733 temp_in[j] = output[j + i * 32]; in vpx_fdct32x32_c()
734 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_c()
750 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_c() local
752 temp_in[j] = input[j * stride + i] * 4; in vpx_fdct32x32_rd_c()
753 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_rd_c()
763 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_c() local
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.c3609 tran_low_t temp_in[4], temp_out[4]; in vpx_highbd_idct4x4_16_add_sse2() local
3613 temp_in[j] = out[j * 4 + i]; in vpx_highbd_idct4x4_16_add_sse2()
3614 vpx_highbd_idct4_c(temp_in, temp_out, bd); in vpx_highbd_idct4x4_16_add_sse2()
3711 tran_low_t temp_in[8], temp_out[8]; in vpx_highbd_idct8x8_64_add_sse2() local
3714 temp_in[j] = out[j * 8 + i]; in vpx_highbd_idct8x8_64_add_sse2()
3715 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_64_add_sse2()
3815 tran_low_t temp_in[8], temp_out[8]; in vpx_highbd_idct8x8_10_add_sse2() local
3818 temp_in[j] = out[j * 8 + i]; in vpx_highbd_idct8x8_10_add_sse2()
3819 vpx_highbd_idct8_c(temp_in, temp_out, bd); in vpx_highbd_idct8x8_10_add_sse2()
3929 tran_low_t temp_in[16], temp_out[16]; in vpx_highbd_idct16x16_256_add_sse2() local
[all …]
Dfwd_dct32x32_impl_sse2.h27 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rows_c() local
29 temp_in[j] = intermediate[j * 32 + i]; in vpx_fdct32x32_rows_c()
30 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_rows_c()
42 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_rows_c() local
44 temp_in[j] = intermediate[j * 32 + i]; in vpx_fdct32x32_rd_rows_c()
45 vpx_fdct32(temp_in, temp_out, 1); in vpx_fdct32x32_rd_rows_c()