HomeSort by relevance Sort by last modified time
    Searched refs:cospi_22_64 (Results 1 - 25 of 33) sorted by null

1 2

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 49 static const tran_coef_t cospi_22_64 = 7723; 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 215 s2 = (int)(cospi_10_64 * x2 + cospi_22_64 * x3);
216 s3 = (int)(cospi_22_64 * x2 - cospi_10_64 * x3);
599 temp1 = step1[10] * cospi_22_64 - step1[13] * cospi_10_64;
600 temp2 = step1[10] * cospi_10_64 + step1[13] * cospi_22_64;
895 temp1 = step1[10] * cospi_22_64 - step1[13] * cospi_10_64;
896 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 150 "madd $ac1, %[load1], %[cospi_22_64] \n\t"
164 "madd $ac1, %[load2], %[cospi_22_64] \n\t"
196 [cospi_22_64] "r"(cospi_22_64), [cospi_10_64] "r"(cospi_10_64),
535 "madd $ac1, %[load1], %[cospi_22_64] \n\t"
549 "madd $ac1, %[load2], %[cospi_22_64] \n\t"
    [all...]
itrans32_cols_dspr2.c 356 "madd $ac1, %[load1], %[cospi_22_64] \n\t"
360 "madd $ac3, %[load2], %[cospi_22_64] \n\t"
397 [cospi_22_64] "r"(cospi_22_64), [cospi_10_64] "r"(cospi_10_64),
    [all...]
itrans32_dspr2.c 400 "madd $ac1, %[load1], %[cospi_22_64] \n\t"
404 "madd $ac3, %[load2], %[cospi_22_64] \n\t"
441 [cospi_22_64] "r"(cospi_22_64), [cospi_10_64] "r"(cospi_10_64),
    [all...]
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);
inv_txfm_msa.h 24 cospi_18_64, cospi_22_64, cospi_26_64, cospi_30_64 }; \
254 cospi_22_64, -cospi_10_64, cospi_18_64, cospi_14_64 }; \
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...]
fwd_txfm_msa.c 39 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 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/vpx_dsp/x86/
highbd_idct16x16_add_sse2.c 63 highbd_butterfly_sse2(io[5], io[11], cospi_22_64, cospi_10_64, &step2[10],
113 highbd_partial_butterfly_sse2(io[5], cospi_22_64, cospi_10_64, &step2[10],
highbd_idct16x16_add_sse4.c 64 highbd_butterfly_sse4_1(io[5], io[11], cospi_22_64, cospi_10_64, &step2[10],
114 highbd_partial_butterfly_sse4_1(io[5], cospi_22_64, cospi_10_64, &step2[10],
inv_txfm_ssse3.c 239 partial_butterfly_ssse3(in[10], cospi_22_64, cospi_10_64, &step2[10],
highbd_idct32x32_add_sse2.c 193 highbd_butterfly_sse2(in[10], in[22], cospi_22_64, cospi_10_64, &step2[10],
417 highbd_partial_butterfly_sse2(in[10], cospi_22_64, cospi_10_64, &step2[10],
highbd_idct32x32_add_sse4.c 197 highbd_butterfly_sse4_1(in[10], in[22], cospi_22_64, cospi_10_64, &step2[10],
421 highbd_partial_butterfly_sse4_1(in[10], cospi_22_64, cospi_10_64, &step2[10],
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...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct_msa.h 24 cospi_18_64, cospi_22_64, cospi_26_64, cospi_30_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 29 static int16_t cospi_22_64 = 7723; variable
263 d1s16 = vdup_n_s16(cospi_22_64);
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_135_add_neon.c 128 s2[10] = multiply_shift_and_narrow_s16(in[10], cospi_22_64);
418 s2[10] = multiply_shift_and_narrow_s16(in[10], cospi_22_64);
fdct16x16_neon.c 323 // out[5] = fdct_round_shift(step1[2] * cospi_22_64 + step1[5] * cospi_10_64)
327 // cospi_22_64)
336 butterfly_two_coeff(step[5], step[2], cospi_22_64, cospi_10_64, &out[5],
highbd_idct32x32_135_add_neon.c 138 s2[10] = multiply_shift_and_narrow_s32_dual(in[10], cospi_22_64);
494 s2[10] = multiply_shift_and_narrow_s32_dual(in[10], cospi_22_64);
    [all...]

Completed in 379 milliseconds

1 2