Home
last modified time | relevance | path

Searched refs:temp_out (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 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
47 ROUND_POWER_OF_TWO(temp_out[j], 4)); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
80 ROUND_POWER_OF_TWO(temp_out[j], 5)); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
113 ROUND_POWER_OF_TWO(temp_out[j], 6)); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
[all …]
/external/libvpx/libvpx/test/
Didct8x8_test.cc41 double temp_in[8], temp_out[8]; in reference_dct_2d() local
43 reference_dct_1d(temp_in, temp_out); in reference_dct_2d()
44 for (int j = 0; j < 8; ++j) output[j * 8 + i] = temp_out[j]; in reference_dct_2d()
48 double temp_in[8], temp_out[8]; in reference_dct_2d() local
50 reference_dct_1d(temp_in, temp_out); in reference_dct_2d()
51 for (int j = 0; j < 8; ++j) output[j + i * 8] = temp_out[j]; in reference_dct_2d()
Ddct32x32_test.cc51 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local
53 reference_32x32_dct_1d(temp_in, temp_out); in reference_32x32_dct_2d()
54 for (int j = 0; j < 32; ++j) output[j * 32 + i] = temp_out[j]; in reference_32x32_dct_2d()
58 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local
60 reference_32x32_dct_1d(temp_in, temp_out); in reference_32x32_dct_2d()
62 for (int j = 0; j < 32; ++j) output[j + i * 32] = temp_out[j] / 4; in reference_32x32_dct_2d()
Dfdct8x8_test.cc65 double temp_in[8], temp_out[8]; in reference_8x8_dct_2d() local
67 reference_8x8_dct_1d(temp_in, temp_out); in reference_8x8_dct_2d()
68 for (int j = 0; j < 8; ++j) output[j * 8 + i] = temp_out[j]; in reference_8x8_dct_2d()
72 double temp_in[8], temp_out[8]; in reference_8x8_dct_2d() local
74 reference_8x8_dct_1d(temp_in, temp_out); in reference_8x8_dct_2d()
76 for (int j = 0; j < 8; ++j) output[j + i * 8] = temp_out[j] * 2; in reference_8x8_dct_2d()
Ddct16x16_test.cc210 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local
212 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d()
213 for (int j = 0; j < 16; ++j) output[j * 16 + i] = temp_out[j]; in reference_16x16_dct_2d()
217 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local
219 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d()
221 for (int j = 0; j < 16; ++j) output[j + i * 16] = temp_out[j] / 2; in reference_16x16_dct_2d()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c28 int16_t temp_in[8 * 8], temp_out[8]; in vp9_iht8x8_64_add_dspr2() local
43 iadst8_dspr2(&out[i * 8], temp_out); in vp9_iht8x8_64_add_dspr2()
46 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5) + in vp9_iht8x8_64_add_dspr2()
74 iadst8_dspr2(temp_in, temp_out); in vp9_iht8x8_64_add_dspr2()
77 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5) + 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
48 iadst4_dspr2(outptr, temp_out); in vp9_iht4x4_16_add_dspr2()
51 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4) + in vp9_iht4x4_16_add_dspr2()
80 iadst4_dspr2(temp_in, temp_out); in vp9_iht4x4_16_add_dspr2()
83 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4) + in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans16_dspr2.c29 int16_t temp_out[16]; in vp9_iht16x16_256_add_dspr2() local
46 iadst16_dspr2(outptr, temp_out); in vp9_iht16x16_256_add_dspr2()
49 dest[j * pitch + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6) + in vp9_iht16x16_256_add_dspr2()
88 iadst16_dspr2(temp_in, temp_out); in vp9_iht16x16_256_add_dspr2()
90 dest[j * pitch + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6) + in vp9_iht16x16_256_add_dspr2()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c537 tran_low_t temp_in[4], temp_out[4]; in vp9_fht4x4_c() local
544 ht.cols(temp_in, temp_out); in vp9_fht4x4_c()
545 for (j = 0; j < 4; ++j) out[j * 4 + i] = temp_out[j]; in vp9_fht4x4_c()
551 ht.rows(temp_in, temp_out); in vp9_fht4x4_c()
552 for (j = 0; j < 4; ++j) output[j + i * 4] = (temp_out[j] + 1) >> 2; in vp9_fht4x4_c()
667 tran_low_t temp_in[8], temp_out[8]; in vp9_fht8x8_c() local
673 ht.cols(temp_in, temp_out); in vp9_fht8x8_c()
674 for (j = 0; j < 8; ++j) out[j * 8 + i] = temp_out[j]; in vp9_fht8x8_c()
680 ht.rows(temp_in, temp_out); in vp9_fht8x8_c()
682 output[j + i * 8] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in vp9_fht8x8_c()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c714 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_c() local
716 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_c()
718 output[j * 32 + i] = (temp_out[j] + 1 + (temp_out[j] > 0)) >> 2; in vpx_fdct32x32_c()
723 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_c() local
725 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_c()
728 (tran_low_t)((temp_out[j] + 1 + (temp_out[j] < 0)) >> 2); in vpx_fdct32x32_c()
741 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_c() local
743 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_rd_c()
748 output[j * 32 + i] = (temp_out[j] + 1 + (temp_out[j] > 0)) >> 2; in vpx_fdct32x32_rd_c()
753 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_c() local
[all …]
Dinv_txfm.c158 tran_low_t temp_in[4], temp_out[4]; in vpx_idct4x4_16_add_c() local
170 idct4_c(temp_in, temp_out); in vpx_idct4x4_16_add_c()
173 ROUND_POWER_OF_TWO(temp_out[j], 4)); in vpx_idct4x4_16_add_c()
330 tran_low_t temp_in[8], temp_out[8]; in vpx_idct8x8_64_add_c() local
342 idct8_c(temp_in, temp_out); in vpx_idct8x8_64_add_c()
345 ROUND_POWER_OF_TWO(temp_out[j], 5)); in vpx_idct8x8_64_add_c()
354 tran_low_t temp_in[8], temp_out[8]; in vpx_idct8x8_12_add_c() local
367 idct8_c(temp_in, temp_out); in vpx_idct8x8_12_add_c()
370 ROUND_POWER_OF_TWO(temp_out[j], 5)); in vpx_idct8x8_12_add_c()
727 tran_low_t temp_in[16], temp_out[16]; in vpx_idct16x16_256_add_c() local
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Didct4x4_add_neon.asm158 ; temp_out[0, 1] = d16, d17 = q8
159 ; temp_out[2, 3] = d19, d18 = q9 swapped
161 ; ROUND_POWER_OF_TWO(temp_out[j], 4)
170 ; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * stride + i]
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h27 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rows_c() local
29 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_rows_c()
32 (tran_low_t)((temp_out[j] + 1 + (temp_out[j] < 0)) >> 2); in vpx_fdct32x32_rows_c()
41 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_rows_c() local
43 vpx_fdct32(temp_in, temp_out, 1); in vpx_fdct32x32_rd_rows_c()
44 for (j = 0; j < 32; ++j) out[j + i * 32] = (tran_low_t)temp_out[j]; in vpx_fdct32x32_rd_rows_c()