Searched refs:dct_const_round_shift (Results 1 – 16 of 16) sorted by relevance
105 step[0] = dct_const_round_shift(temp1); in idct4()106 step[1] = dct_const_round_shift(temp2); in idct4()109 step[2] = dct_const_round_shift(temp1); in idct4()110 step[3] = dct_const_round_shift(temp2); in idct4()146 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); in vp9_idct4x4_1_add_c()147 out = dct_const_round_shift(out * cospi_16_64); in vp9_idct4x4_1_add_c()169 step1[4] = dct_const_round_shift(temp1); in idct8()170 step1[7] = dct_const_round_shift(temp2); in idct8()173 step1[5] = dct_const_round_shift(temp1); in idct8()174 step1[6] = dct_const_round_shift(temp2); in idct8()[all …]
82 static INLINE int dct_const_round_shift(int input) { in dct_const_round_shift() function
961 x0 = dct_const_round_shift(s0 + s8); in iadst16()962 x1 = dct_const_round_shift(s1 + s9); in iadst16()963 x2 = dct_const_round_shift(s2 + s10); in iadst16()964 x3 = dct_const_round_shift(s3 + s11); in iadst16()965 x4 = dct_const_round_shift(s4 + s12); in iadst16()966 x5 = dct_const_round_shift(s5 + s13); in iadst16()967 x6 = dct_const_round_shift(s6 + s14); in iadst16()968 x7 = dct_const_round_shift(s7 + s15); in iadst16()969 x8 = dct_const_round_shift(s0 - s8); in iadst16()970 x9 = dct_const_round_shift(s1 - s9); in iadst16()[all …]
359 output[0] = dct_const_round_shift(s0); in iadst4_dspr2()360 output[1] = dct_const_round_shift(s1); in iadst4_dspr2()361 output[2] = dct_const_round_shift(s2); in iadst4_dspr2()362 output[3] = dct_const_round_shift(s3); in iadst4_dspr2()
12 ; dct_const_round_shift(a * b) within butterfly calculations.275 ; dct_const_round_shift463 ;step1b[16][i] = dct_const_round_shift(temp1);464 ;step1b[31][i] = dct_const_round_shift(temp2);471 ;step1b[17][i] = dct_const_round_shift(temp1);472 ;step1b[30][i] = dct_const_round_shift(temp2);489 ;step3[17] = dct_const_round_shift(temp1);490 ;step3[30] = dct_const_round_shift(temp2);498 ;step1b[18][i] = dct_const_round_shift(temp1);499 ;step1b[29][i] = dct_const_round_shift(temp2);[all …]
146 ; dct_const_round_shift(input_dc * cospi_16_64)150 ; dct_const_round_shift(input_dc * cospi_16_64)170 ; dct_const_round_shift(input_dc * cospi_16_64)177 ; dct_const_round_shift(input_dc * cospi_16_64)200 ; dct_const_round_shift(input_dc * cospi_16_64)204 ; dct_const_round_shift(input_dc * cospi_16_64)224 ; dct_const_round_shift(input_dc * cospi_16_64)228 ; dct_const_round_shift(input_dc * cospi_16_64)262 ; dct_const_round_shift(input_dc * cospi_16_64)266 ; dct_const_round_shift(input_dc * cospi_16_64)[all …]
47 ; dct_const_round_shift(input_dc * cospi_16_64)51 ; dct_const_round_shift(input_dc * cospi_16_64)71 ; dct_const_round_shift(input_dc * cospi_16_64)78 ; dct_const_round_shift(input_dc * cospi_16_64)101 ; dct_const_round_shift(input_dc * cospi_16_64)105 ; dct_const_round_shift(input_dc * cospi_16_64)126 ; dct_const_round_shift(input_dc * cospi_16_64)130 ; dct_const_round_shift(input_dc * cospi_16_64)164 ; dct_const_round_shift(input_dc * cospi_16_64)168 ; dct_const_round_shift(input_dc * cospi_16_64)[all …]
106 ; dct_const_round_shift(temp1)110 ; dct_const_round_shift(temp2)139 ; dct_const_round_shift(temp1)143 ; dct_const_round_shift(temp2)173 ; dct_const_round_shift(temp1)177 ; dct_const_round_shift(temp2)198 ; dct_const_round_shift(temp2)202 ; dct_const_round_shift(temp1)239 ; dct_const_round_shift(temp1)243 ; dct_const_round_shift(temp2)[all …]
33 ; dct_const_round_shift(input_dc * cospi_16_64)38 ; dct_const_round_shift(out * cospi_16_64)
32 ; out = dct_const_round_shift(input[0] * cospi_16_64)37 ; out = dct_const_round_shift(out * cospi_16_64)
84 ; out = dct_const_round_shift(input[0] * cospi_16_64)89 ; out = dct_const_round_shift(out * cospi_16_64)
92 ; dct_const_round_shift143 ; dct_const_round_shift
36 ; dct_const_round_shift82 ; dct_const_round_shift
158 a = dct_const_round_shift(input[0] * cospi_16_64); in vp9_idct4x4_1_add_sse2()159 a = dct_const_round_shift(a * cospi_16_64); in vp9_idct4x4_1_add_sse2()590 a = dct_const_round_shift(input[0] * cospi_16_64); in vp9_idct8x8_1_add_sse2()591 a = dct_const_round_shift(a * cospi_16_64); in vp9_idct8x8_1_add_sse2()1478 a = dct_const_round_shift(input[0] * cospi_16_64); in vp9_idct16x16_1_add_sse2()1479 a = dct_const_round_shift(a * cospi_16_64); in vp9_idct16x16_1_add_sse2()3953 a = dct_const_round_shift(input[0] * cospi_16_64); in vp9_idct32x32_1_add_sse2()3954 a = dct_const_round_shift(a * cospi_16_64); in vp9_idct32x32_1_add_sse2()