/external/libvpx/libvpx/vpx_dsp/ |
txfm_common.h | 33 static const tran_high_t cospi_6_64 = 15679; variable
|
fwd_txfm.c | 341 temp2 = step1[3] * cospi_6_64 + step1[4] * cospi_26_64; 344 temp1 = step1[3] * -cospi_26_64 + step1[4] * cospi_6_64; 649 step[11] = dct_32_round(output[11] * cospi_6_64 + output[12] * cospi_26_64); 650 step[12] = dct_32_round(output[12] * cospi_6_64 + output[11] * -cospi_26_64);
|
inv_txfm.c | 217 s6 = (int)(cospi_26_64 * x6 + cospi_6_64 * x7); 218 s7 = (int)(cospi_6_64 * x6 - cospi_26_64 * x7); 601 temp1 = step1[11] * cospi_6_64 - step1[12] * cospi_26_64; 602 temp2 = step1[11] * cospi_26_64 + step1[12] * cospi_6_64; 896 temp1 = step1[11] * cospi_6_64 - step1[12] * cospi_26_64; 897 temp2 = step1[11] * cospi_26_64 + step1[12] * cospi_6_64; [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
itrans8_dspr2.c | 639 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; 640 s7 = cospi_6_64 * x6 - cospi_26_64 * x7; [all...] |
itrans16_dspr2.c | 154 "madd $ac3, %[load3], %[cospi_6_64] \n\t" 168 "madd $ac2, %[load4], %[cospi_6_64] \n\t" 197 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), 539 "madd $ac3, %[load3], %[cospi_6_64] \n\t" 553 "madd $ac2, %[load4], %[cospi_6_64] \n\t" [all...] |
itrans32_cols_dspr2.c | 368 "madd $ac2, %[load3], %[cospi_6_64] \n\t" 372 "madd $ac1, %[load4], %[cospi_6_64] \n\t" 398 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), [all...] |
itrans32_dspr2.c | 412 "madd $ac2, %[load3], %[cospi_6_64] \n\t" 416 "madd $ac1, %[load4], %[cospi_6_64] \n\t" 442 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), [all...] |
idct16x16_msa.c | 49 DOTP_CONST_PAIR(reg13, reg3, cospi_6_64, cospi_26_64, loc0, loc1); 146 DOTP_CONST_PAIR(reg13, reg3, cospi_6_64, cospi_26_64, loc0, loc1);
|
inv_txfm_msa.h | 23 v8i16 coeff0_m = { cospi_2_64, cospi_6_64, cospi_10_64, cospi_14_64, \ 255 v8i16 mask2_m = { cospi_14_64, -cospi_18_64, cospi_26_64, cospi_6_64, \
|
fwd_dct32x32_msa.c | 126 DOTP_CONST_PAIR(vec4, vec3, cospi_6_64, cospi_26_64, temp0, temp1); 385 DOTP_CONST_PAIR(vec4, vec3, cospi_6_64, cospi_26_64, in4, in5); 457 DOTP_CONST_PAIR(vec4, vec3, cospi_6_64, cospi_26_64, temp0, temp1); 766 DOTP_CONST_PAIR(vec4, vec3, cospi_6_64, cospi_26_64, temp0, temp1); [all...] |
fwd_txfm_msa.c | 24 cospi_10_64, cospi_22_64, cospi_6_64, cospi_26_64 };
|
fwd_txfm_msa.h | 190 cospi_10_64, cospi_22_64, cospi_6_64, cospi_26_64 }; \
|
idct32x32_msa.c | 69 DOTP_CONST_PAIR(reg6, reg1, cospi_6_64, cospi_26_64, reg6, reg1); 382 DOTP_CONST_PAIR(reg6, reg1, cospi_6_64, cospi_26_64, reg6, reg1);
|
/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 | 220 temp2 = step1[3] * cospi_6_64 + step1[4] * cospi_26_64; 224 temp1 = step1[3] * -cospi_26_64 + step1[4] * cospi_6_64; 294 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; 295 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_ssse3.c | 439 const __m128i stk2_7 = pair_set_epi16(2 * cospi_6_64, 2 * cospi_6_64); 753 const __m128i stk2_7 = pair_set_epi16(2 * cospi_6_64, 2 * cospi_6_64); [all...] |
inv_txfm_sse2.c | 372 const __m128i k__cospi_p26_p06 = pair_set_epi16(cospi_26_64, cospi_6_64); 373 const __m128i k__cospi_p06_m26 = pair_set_epi16(cospi_6_64, -cospi_26_64); [all...] |
fwd_txfm_impl_sse2.h | 599 const __m128i k__cospi_p06_p26 = pair_set_epi16(cospi_6_64, cospi_26_64); 601 const __m128i k__cospi_m26_p06 = pair_set_epi16(-cospi_26_64, cospi_6_64); [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_iht8x8_add_neon.c | 21 static int16_t cospi_6_64 = 15679; variable 270 d31s16 = vdup_n_s16(cospi_6_64);
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
idct32x32_135_add_neon.c | 132 s2[12] = multiply_shift_and_narrow_s16(in[6], cospi_6_64); 422 s2[12] = multiply_shift_and_narrow_s16(in[6], cospi_6_64);
|
highbd_idct32x32_135_add_neon.c | 142 s2[12] = multiply_shift_and_narrow_s32_dual(in[6], cospi_6_64); 498 s2[12] = multiply_shift_and_narrow_s32_dual(in[6], cospi_6_64); [all...] |
highbd_idct32x32_34_add_neon.c | 399 s2[12] = multiply_shift_and_narrow_s32_dual(in[6], cospi_6_64);
|
idct32x32_34_add_neon.c | 295 s2[12] = multiply_shift_and_narrow_s16(in[6], cospi_6_64);
|
highbd_idct32x32_1024_add_neon.c | 554 do_butterfly(q[14], q[13], cospi_6_64, cospi_26_64, &q[4], &q[6]);
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_intrin_sse2.c | [all...] |