Home
last modified time | relevance | path

Searched refs:fdct_round_shift (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c34 output[0] = (tran_low_t)fdct_round_shift(temp1); in fdct4()
35 output[2] = (tran_low_t)fdct_round_shift(temp2); in fdct4()
38 output[1] = (tran_low_t)fdct_round_shift(temp1); in fdct4()
39 output[3] = (tran_low_t)fdct_round_shift(temp2); in fdct4()
66 output[0] = (tran_low_t)fdct_round_shift(t0); in fdct8()
67 output[2] = (tran_low_t)fdct_round_shift(t2); in fdct8()
68 output[4] = (tran_low_t)fdct_round_shift(t1); in fdct8()
69 output[6] = (tran_low_t)fdct_round_shift(t3); in fdct8()
74 t2 = (tran_low_t)fdct_round_shift(t0); in fdct8()
75 t3 = (tran_low_t)fdct_round_shift(t1); in fdct8()
[all …]
/external/libaom/libaom/aom_dsp/
Dfwd_txfm.c57 out[0] = (tran_low_t)fdct_round_shift(temp1); in aom_fdct4x4_c()
58 out[2] = (tran_low_t)fdct_round_shift(temp2); in aom_fdct4x4_c()
61 out[1] = (tran_low_t)fdct_round_shift(temp1); in aom_fdct4x4_c()
62 out[3] = (tran_low_t)fdct_round_shift(temp2); in aom_fdct4x4_c()
119 out[0] = (int16_t)fdct_round_shift(temp1); in aom_fdct4x4_lp_c()
120 out[2] = (int16_t)fdct_round_shift(temp2); in aom_fdct4x4_lp_c()
123 out[1] = (int16_t)fdct_round_shift(temp1); in aom_fdct4x4_lp_c()
124 out[3] = (int16_t)fdct_round_shift(temp2); in aom_fdct4x4_lp_c()
186 output[0] = (tran_low_t)fdct_round_shift(t0); in aom_fdct8x8_c()
187 output[2] = (tran_low_t)fdct_round_shift(t2); in aom_fdct8x8_c()
[all …]
Dtxfm_common.h86 static INLINE tran_high_t fdct_round_shift(tran_high_t input) { in fdct_round_shift() function
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c58 out[0] = (tran_low_t)fdct_round_shift(temp1); in vpx_fdct4x4_c()
59 out[2] = (tran_low_t)fdct_round_shift(temp2); in vpx_fdct4x4_c()
62 out[1] = (tran_low_t)fdct_round_shift(temp1); in vpx_fdct4x4_c()
63 out[3] = (tran_low_t)fdct_round_shift(temp2); in vpx_fdct4x4_c()
136 out[0] = (tran_low_t)fdct_round_shift(t0); in vpx_fdct8x8_c()
137 out[2] = (tran_low_t)fdct_round_shift(t2); in vpx_fdct8x8_c()
138 out[4] = (tran_low_t)fdct_round_shift(t1); in vpx_fdct8x8_c()
139 out[6] = (tran_low_t)fdct_round_shift(t3); in vpx_fdct8x8_c()
144 t2 = fdct_round_shift(t0); in vpx_fdct8x8_c()
145 t3 = fdct_round_shift(t1); in vpx_fdct8x8_c()
[all …]
Dfwd_txfm.h16 static INLINE tran_high_t fdct_round_shift(tran_high_t input) { in fdct_round_shift() function
/external/libaom/libaom/test/
Dav1_txfm_test.cc159 output[0] = (tran_low_t)fdct_round_shift(s0); in fadst4_new()
160 output[1] = (tran_low_t)fdct_round_shift(s1); in fadst4_new()
161 output[2] = (tran_low_t)fdct_round_shift(s2); in fadst4_new()
162 output[3] = (tran_low_t)fdct_round_shift(s3); in fadst4_new()