Home
last modified time | relevance | path

Searched refs:temp_out (Results 1 – 19 of 19) 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.cc53 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local
55 reference_32x32_dct_1d(temp_in, temp_out); in reference_32x32_dct_2d()
56 for (int j = 0; j < 32; ++j) output[j * 32 + i] = temp_out[j]; in reference_32x32_dct_2d()
60 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local
62 reference_32x32_dct_1d(temp_in, temp_out); in reference_32x32_dct_2d()
64 for (int j = 0; j < 32; ++j) output[j + i * 32] = temp_out[j] / 4; in reference_32x32_dct_2d()
Dfdct8x8_test.cc66 double temp_in[8], temp_out[8]; in reference_8x8_dct_2d() local
68 reference_8x8_dct_1d(temp_in, temp_out); in reference_8x8_dct_2d()
69 for (int j = 0; j < 8; ++j) output[j * 8 + i] = temp_out[j]; in reference_8x8_dct_2d()
73 double temp_in[8], temp_out[8]; in reference_8x8_dct_2d() local
75 reference_8x8_dct_1d(temp_in, temp_out); in reference_8x8_dct_2d()
77 for (int j = 0; j < 8; ++j) output[j + i * 8] = temp_out[j] * 2; in reference_8x8_dct_2d()
Ddct16x16_test.cc211 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local
213 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d()
214 for (int j = 0; j < 16; ++j) output[j * 16 + i] = temp_out[j]; in reference_16x16_dct_2d()
218 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local
220 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d()
222 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_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_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_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/skia/infra/bots/buildstats/
Dmake_treemap.py30 temp_out = tempfile.mkdtemp('treemap')
33 '--volume', '%s:/OUT' % temp_out,
38 subprocess.check_call(['tar', '--directory=%s' % temp_out, '-zcf',
/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 out[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 out[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/config/arm-neon/vpx_dsp/arm/
Didct4x4_add_neon.asm.S166 @ temp_out[0, 1] = d16, d17 = q8
167 @ temp_out[2, 3] = d19, d18 = q9 swapped
169 @ ROUND_POWER_OF_TWO(temp_out[j], 4)
178 @ ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * stride + i]
/external/libaom/libaom/av1/common/
Dav1_inv_txfm2d.c285 int32_t *temp_out = temp_in + buf_offset; in inv_txfm2d_add_c() local
286 int32_t *buf = temp_out + buf_offset; in inv_txfm2d_add_c()
321 txfm_func_col(temp_in, temp_out, cos_bit_col, stage_range_col); in inv_txfm2d_add_c()
322 av1_round_shift_array(temp_out, txfm_size_row, -shift[1]); in inv_txfm2d_add_c()
326 highbd_clip_pixel_add(output[r * stride + c], temp_out[r], bd); in inv_txfm2d_add_c()
332 output[r * stride + c], temp_out[txfm_size_row - r - 1], bd); in inv_txfm2d_add_c()
/external/libaom/libaom/test/
Dav1_txfm_test.cc241 double *const temp_out = new double[AOMMAX(tx_width, tx_height)]; in reference_hybrid_2d() local
250 reference_hybrid_1d(temp_in, temp_out, tx_height, type0); in reference_hybrid_2d()
252 out_interm[r * stride + c] = temp_out[r]; in reference_hybrid_2d()
263 delete[] temp_out; in reference_hybrid_2d()
/external/libaom/libaom/av1/encoder/
Dav1_fwd_txfm2d.c84 int32_t *temp_out = output + txfm_size_row; in fwd_txfm2d_c() local
96 txfm_func_col(temp_in, temp_out, cos_bit_col, stage_range_col); in fwd_txfm2d_c()
97 av1_round_shift_array(temp_out, txfm_size_row, -shift[1]); in fwd_txfm2d_c()
100 buf[r * txfm_size_col + c] = temp_out[r]; in fwd_txfm2d_c()
104 buf[r * txfm_size_col + (txfm_size_col - c - 1)] = temp_out[r]; in fwd_txfm2d_c()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c3922 int32_t *temp_out = temp_in + buf_offset; in lowbd_inv_txfm2d_add_4x4_neon() local
3923 int32_t *buf = temp_out + buf_offset; in lowbd_inv_txfm2d_add_4x4_neon()
3951 col_txfm(temp_in, temp_out, cos_bit_col, stage_range); in lowbd_inv_txfm2d_add_4x4_neon()
3952 av1_round_shift_array(temp_out, txfm_size_row, -shift[1]); in lowbd_inv_txfm2d_add_4x4_neon()
3957 highbd_clip_pixel_add(output[r * stride + c], temp_out[r], bd); in lowbd_inv_txfm2d_add_4x4_neon()
3963 output[r * stride + c], temp_out[txfm_size_row - r - 1], bd); in lowbd_inv_txfm2d_add_4x4_neon()
3984 int32_t *temp_out = temp_in + buf_offset; in lowbd_inv_txfm2d_add_4x8_neon() local
3985 int32_t *buf = temp_out + buf_offset; in lowbd_inv_txfm2d_add_4x8_neon()
4015 col_txfm(temp_in, temp_out, cos_bit_col, stage_range); in lowbd_inv_txfm2d_add_4x8_neon()
4016 av1_round_shift_array(temp_out, txfm_size_row, -shift[1]); in lowbd_inv_txfm2d_add_4x8_neon()
[all …]
/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()
42 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_rows_c() local
44 vpx_fdct32(temp_in, temp_out, 1); in vpx_fdct32x32_rd_rows_c()
45 for (j = 0; j < 32; ++j) out[j + i * 32] = (tran_low_t)temp_out[j]; in vpx_fdct32x32_rd_rows_c()