HomeSort by relevance Sort by last modified time
    Searched refs:tran_high_t (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
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_64 = 14449
    [all...]
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);
inv_txfm.h 24 static INLINE tran_high_t check_range(tran_high_t input) {
38 static INLINE tran_high_t dct_const_round_shift(tran_high_t input) {
39 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS);
40 return (tran_high_t)rv;
44 static INLINE tran_high_t highbd_check_range(tran_high_t input, int bd) {
111 static INLINE uint16_t highbd_clip_pixel_add(uint16_t dest, tran_high_t trans,
118 static INLINE uint8_t clip_pixel_add(uint8_t dest, tran_high_t trans)
    [all...]
vpx_dsp_common.h 35 // tran_high_t is the datatype used for intermediate transform stages.
36 typedef int64_t tran_high_t; typedef
41 // tran_high_t is the datatype used for intermediate transform stages.
42 typedef int32_t tran_high_t; typedef
fwd_txfm.c 29 tran_high_t in_high[4]; // canbe16
30 tran_high_t step[4]; // canbe16
31 tran_high_t temp1, temp2; // needs32
99 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16
100 tran_high_t t0, t1, t2, t3; // needs32
101 tran_high_t x0, x1, x2, x3; // canbe16
197 tran_high_t step1[8]; // canbe16
198 tran_high_t step2[8]; // canbe16
199 tran_high_t step3[8]; // canbe16
200 tran_high_t in_high[8]; // canbe1
    [all...]
inv_txfm.c 23 tran_high_t a1, b1, c1, d1, e1;
72 tran_high_t a1, e1;
97 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7;
134 tran_high_t temp1, temp2;
179 tran_high_t a1;
196 tran_high_t x0 = input[7];
197 tran_high_t x1 = input[0];
198 tran_high_t x2 = input[5];
199 tran_high_t x3 = input[2];
200 tran_high_t x4 = input[3]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
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 temp1, temp2; // needs3
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_sse2.h 27 tran_high_t temp_in[32], temp_out[32];
41 tran_high_t temp_in[32], temp_out[32];
    [all...]

Completed in 1678 milliseconds