Home
last modified time | relevance | path

Searched refs:tran_high_t (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dtxfm_common.h28 static const tran_high_t cospi_1_64 = 16364;
29 static const tran_high_t cospi_2_64 = 16305;
30 static const tran_high_t cospi_3_64 = 16207;
31 static const tran_high_t cospi_4_64 = 16069;
32 static const tran_high_t cospi_5_64 = 15893;
33 static const tran_high_t cospi_6_64 = 15679;
34 static const tran_high_t cospi_7_64 = 15426;
35 static const tran_high_t cospi_8_64 = 15137;
36 static const tran_high_t cospi_9_64 = 14811;
37 static const tran_high_t cospi_10_64 = 14449;
[all …]
Dfwd_txfm.h16 static INLINE tran_high_t fdct_round_shift(tran_high_t input) { in fdct_round_shift()
17 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); in fdct_round_shift()
24 void vpx_fdct32(const tran_high_t *input, tran_high_t *output, int round);
Dinv_txfm.h24 static INLINE tran_low_t check_range(tran_high_t input) { in check_range()
38 static INLINE tran_low_t dct_const_round_shift(tran_high_t input) { in dct_const_round_shift()
39 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); in dct_const_round_shift()
44 static INLINE tran_low_t highbd_check_range(tran_high_t input, in highbd_check_range()
62 static INLINE tran_low_t highbd_dct_const_round_shift(tran_high_t input, in highbd_dct_const_round_shift()
64 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); in highbd_dct_const_round_shift()
108 static INLINE uint16_t highbd_clip_pixel_add(uint16_t dest, tran_high_t trans, in highbd_clip_pixel_add()
115 static INLINE uint8_t clip_pixel_add(uint8_t dest, tran_high_t trans) { in clip_pixel_add()
Dfwd_txfm.c28 tran_high_t input[4]; // canbe16 in vpx_fdct4x4_c()
29 tran_high_t step[4]; // canbe16 in vpx_fdct4x4_c()
30 tran_high_t temp1, temp2; // needs32 in vpx_fdct4x4_c()
100 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in vpx_fdct8x8_c()
101 tran_high_t t0, t1, t2, t3; // needs32 in vpx_fdct8x8_c()
102 tran_high_t x0, x1, x2, x3; // canbe16 in vpx_fdct8x8_c()
203 tran_high_t step1[8]; // canbe16 in vpx_fdct16x16_c()
204 tran_high_t step2[8]; // canbe16 in vpx_fdct16x16_c()
205 tran_high_t step3[8]; // canbe16 in vpx_fdct16x16_c()
206 tran_high_t input[8]; // canbe16 in vpx_fdct16x16_c()
[all …]
Dvpx_dsp_common.h30 typedef int64_t tran_high_t; typedef
36 typedef int32_t tran_high_t;
Dinv_txfm.c21 tran_high_t a1, b1, c1, d1, e1; in vpx_iwht4x4_16_add_c()
70 tran_high_t a1, e1; in vpx_iwht4x4_1_add_c()
96 tran_high_t temp1, temp2; in idct4_c()
142 tran_high_t a1; in vpx_idct4x4_1_add_c()
158 tran_high_t temp1, temp2; in idct8_c()
237 tran_high_t a1; in vpx_idct8x8_1_add_c()
249 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; in iadst4_c()
288 tran_high_t x0 = input[7]; in iadst8_c()
289 tran_high_t x1 = input[0]; in iadst8_c()
290 tran_high_t x2 = input[5]; in iadst8_c()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c24 tran_high_t step[4]; in fdct4()
25 tran_high_t temp1, temp2; in fdct4()
43 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct8()
44 tran_high_t t0, t1, t2, t3; // needs32 in fdct8()
45 tran_high_t x0, x1, x2, x3; // canbe16 in fdct8()
95 tran_high_t step1[8]; // canbe16 in fdct16()
96 tran_high_t step2[8]; // canbe16 in fdct16()
97 tran_high_t step3[8]; // canbe16 in fdct16()
98 tran_high_t input[8]; // canbe16 in fdct16()
99 tran_high_t temp1, temp2; // needs32 in fdct16()
[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()
42 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_rows_c()