/external/libvpx/libvpx/vpx_dsp/ |
txfm_common.h | 37 static const tran_high_t cospi_10_64 = 14449; variable
|
fwd_txfm.c | 340 temp1 = step1[2] * cospi_22_64 + step1[5] * cospi_10_64; 345 temp2 = step1[2] * -cospi_10_64 + step1[5] * cospi_22_64; 648 step[10] = dct_32_round(output[10] * cospi_22_64 + output[13] * cospi_10_64); 651 step[13] = dct_32_round(output[13] * cospi_22_64 + output[10] * -cospi_10_64);
|
inv_txfm.c | 213 s2 = (int)(cospi_10_64 * x2 + cospi_22_64 * x3); 214 s3 = (int)(cospi_22_64 * x2 - cospi_10_64 * x3); 596 temp1 = step1[10] * cospi_22_64 - step1[13] * cospi_10_64; 597 temp2 = step1[10] * cospi_10_64 + step1[13] * cospi_22_64; 891 temp1 = step1[10] * cospi_22_64 - step1[13] * cospi_10_64; 892 temp2 = step1[10] * cospi_10_64 + step1[13] * cospi_22_64; [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
itrans8_dspr2.c | 635 s2 = cospi_10_64 * x2 + cospi_22_64 * x3; 636 s3 = cospi_22_64 * x2 - cospi_10_64 * x3; [all...] |
itrans16_dspr2.c | 151 "msub $ac1, %[load2], %[cospi_10_64] \n\t" 163 "madd $ac1, %[load1], %[cospi_10_64] \n\t" 196 [cospi_22_64] "r"(cospi_22_64), [cospi_10_64] "r"(cospi_10_64), 536 "msub $ac1, %[load2], %[cospi_10_64] \n\t" 548 "madd $ac1, %[load1], %[cospi_10_64] \n\t" [all...] |
fwd_txfm_msa.c | 24 cospi_10_64, cospi_22_64, cospi_6_64, cospi_26_64 }; 26 -cospi_2_64, -cospi_10_64, -cospi_18_64, -cospi_26_64, 0, 0, 0, 0
|
fwd_txfm_msa.h | 190 cospi_10_64, cospi_22_64, cospi_6_64, cospi_26_64 }; \ 192 -cospi_2_64, -cospi_10_64, -cospi_18_64, -cospi_26_64, 0, 0, 0, 0 \
|
itrans32_cols_dspr2.c | 357 "msub $ac1, %[load2], %[cospi_10_64] \n\t" 359 "madd $ac3, %[load1], %[cospi_10_64] \n\t" 397 [cospi_22_64] "r"(cospi_22_64), [cospi_10_64] "r"(cospi_10_64), [all...] |
itrans32_dspr2.c | 401 "msub $ac1, %[load2], %[cospi_10_64] \n\t" 403 "madd $ac3, %[load1], %[cospi_10_64] \n\t" 441 [cospi_22_64] "r"(cospi_22_64), [cospi_10_64] "r"(cospi_10_64), [all...] |
inv_txfm_msa.h | 23 v8i16 coeff0_m = { cospi_2_64, cospi_6_64, cospi_10_64, cospi_14_64, \ 253 v8i16 mask1_m = { cospi_2_64, cospi_30_64, -cospi_2_64, cospi_10_64, \ 254 cospi_22_64, -cospi_10_64, cospi_18_64, cospi_14_64 }; \
|
idct16x16_msa.c | 48 DOTP_CONST_PAIR(reg5, reg11, cospi_22_64, cospi_10_64, reg5, reg11); 145 DOTP_CONST_PAIR(reg5, reg11, cospi_22_64, cospi_10_64, reg5, reg11);
|
fwd_dct32x32_msa.c | 120 DOTP_CONST_PAIR(vec5, vec2, cospi_22_64, cospi_10_64, temp1, temp0); 379 DOTP_CONST_PAIR(vec5, vec2, cospi_22_64, cospi_10_64, in5, in4); 451 DOTP_CONST_PAIR(vec5, vec2, cospi_22_64, cospi_10_64, temp1, temp0); 761 DOTP_CONST_PAIR(vec5, vec2, cospi_22_64, cospi_10_64, temp1, temp0); [all...] |
idct32x32_msa.c | 68 DOTP_CONST_PAIR(reg2, reg5, cospi_22_64, cospi_10_64, reg2, reg5); 381 DOTP_CONST_PAIR(reg2, reg5, cospi_22_64, cospi_10_64, reg2, reg5);
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_fdct_msa.h | 23 v8i16 coeff0_m = { cospi_2_64, cospi_6_64, cospi_10_64, cospi_14_64, \
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 219 temp1 = step1[2] * cospi_22_64 + step1[5] * cospi_10_64; 225 temp2 = step1[2] * -cospi_10_64 + step1[5] * cospi_22_64; 290 s2 = cospi_10_64 * x2 + cospi_22_64 * x3; 291 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_iht8x8_add_neon.c | 23 static int16_t cospi_10_64 = 14449; variable 262 d0s16 = vdup_n_s16(cospi_10_64);
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
idct32x32_135_add_neon.c | 129 s2[13] = multiply_shift_and_narrow_s16(in[10], cospi_10_64); 419 s2[13] = multiply_shift_and_narrow_s16(in[10], cospi_10_64);
|
highbd_idct32x32_135_add_neon.c | 139 s2[13] = multiply_shift_and_narrow_s32_dual(in[10], cospi_10_64); 495 s2[13] = multiply_shift_and_narrow_s32_dual(in[10], cospi_10_64); [all...] |
highbd_idct32x32_1024_add_neon.c | 552 do_butterfly(q[14], q[13], cospi_22_64, cospi_10_64, &q[5], &q[7]);
|
idct32x32_add_neon.c | 682 do_butterfly(q[14], q[13], cospi_22_64, cospi_10_64, &q[5], &q[7]);
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_ssse3.c | 751 const __m128i stk2_5 = pair_set_epi16(2 * cospi_10_64, 2 * cospi_10_64); [all...] |
fwd_txfm_impl_sse2.h | 598 const __m128i k__cospi_p22_p10 = pair_set_epi16(cospi_22_64, cospi_10_64); 600 const __m128i k__cospi_m10_p22 = pair_set_epi16(-cospi_10_64, cospi_22_64); [all...] |
inv_txfm_sse2.c | 368 const __m128i k__cospi_p10_p22 = pair_set_epi16(cospi_10_64, cospi_22_64); 369 const __m128i k__cospi_p22_m10 = pair_set_epi16(cospi_22_64, -cospi_10_64); [all...] |
fwd_dct32x32_impl_avx2.h | 69 const __m256i k__cospi_p22_p10 = pair256_set_epi16(+cospi_22_64, cospi_10_64); 72 const __m256i k__cospi_m10_p22 = pair256_set_epi16(-cospi_10_64, cospi_22_64); [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_intrin_sse2.c | [all...] |