Searched refs:tran_high_t (Results 1 - 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
H A D | txfm_common.h | 28 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_6 [all...] |
H A D | fwd_txfm.h | 16 static INLINE tran_high_t fdct_round_shift(tran_high_t input) { 17 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); 24 void vpx_fdct32(const tran_high_t *input, tran_high_t *output, int round);
|
H A D | inv_txfm.h | 24 static INLINE tran_low_t check_range(tran_high_t input) { 38 static INLINE tran_low_t dct_const_round_shift(tran_high_t input) { 39 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); 44 static INLINE tran_low_t highbd_check_range(tran_high_t input, 62 static INLINE tran_low_t highbd_dct_const_round_shift(tran_high_t input, 64 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); 108 static INLINE uint16_t highbd_clip_pixel_add(uint16_t dest, tran_high_t trans, 115 static INLINE uint8_t clip_pixel_add(uint8_t dest, tran_high_t trans) {
|
H A D | vpx_dsp_common.h | 28 // tran_high_t is the datatype used for intermediate transform stages. 29 typedef int64_t tran_high_t; typedef 34 // tran_high_t is the datatype used for intermediate transform stages. 35 typedef int32_t tran_high_t; typedef
|
H A D | fwd_txfm.c | 28 tran_high_t input[4]; // canbe16 29 tran_high_t step[4]; // canbe16 30 tran_high_t temp1, temp2; // needs32 100 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 101 tran_high_t t0, t1, t2, t3; // needs32 102 tran_high_t x0, x1, x2, x3; // canbe16 203 tran_high_t step1[8]; // canbe16 204 tran_high_t step2[8]; // canbe16 205 tran_high_t step3[8]; // canbe16 206 tran_high_t inpu [all...] |
H A D | inv_txfm.c | 21 tran_high_t a1, b1, c1, d1, e1; 70 tran_high_t a1, e1; 96 tran_high_t temp1, temp2; 142 tran_high_t a1; 158 tran_high_t temp1, temp2; 228 tran_high_t a1; 240 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; 279 tran_high_t x0 = input[7]; 280 tran_high_t x1 = input[0]; 281 tran_high_t x [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_dct.c | 24 tran_high_t step[4]; 25 tran_high_t temp1, temp2; 43 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 44 tran_high_t t0, t1, t2, t3; // needs32 45 tran_high_t x0, x1, x2, x3; // canbe16 95 tran_high_t step1[8]; // canbe16 96 tran_high_t step2[8]; // canbe16 97 tran_high_t step3[8]; // canbe16 98 tran_high_t input[8]; // canbe16 99 tran_high_t temp [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
H A D | fwd_dct32x32_impl_sse2.h | 27 tran_high_t temp_in[32], temp_out[32]; 42 tran_high_t temp_in[32], temp_out[32];
|
Completed in 310 milliseconds