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

1 2

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 57 static const tran_high_t cospi_30_64 = 1606; variable
fwd_txfm.c 336 temp1 = step1[0] * cospi_30_64 + step1[7] * cospi_2_64;
349 temp2 = step1[0] * -cospi_2_64 + step1[7] * cospi_30_64;
646 step[8] = dct_32_round(output[8] * cospi_30_64 + output[15] * cospi_2_64);
653 step[15] = dct_32_round(output[15] * cospi_30_64 + output[8] * -cospi_2_64);
inv_txfm.c 211 s0 = (int)(cospi_2_64 * x0 + cospi_30_64 * x1);
212 s1 = (int)(cospi_30_64 * x0 - cospi_2_64 * x1);
586 temp1 = step1[8] * cospi_30_64 - step1[15] * cospi_2_64;
587 temp2 = step1[8] * cospi_2_64 + step1[15] * cospi_30_64;
881 temp1 = step1[8] * cospi_30_64 - step1[15] * cospi_2_64;
882 temp2 = step1[8] * cospi_2_64 + step1[15] * cospi_30_64;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 633 s0 = cospi_2_64 * x0 + cospi_30_64 * x1;
634 s1 = cospi_30_64 * x0 - cospi_2_64 * x1;
    [all...]
itrans16_dspr2.c 89 "madd $ac1, %[load5], %[cospi_30_64] \n\t"
107 "madd $ac2, %[load6], %[cospi_30_64] \n\t"
135 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64),
474 "madd $ac1, %[load5], %[cospi_30_64] \n\t"
492 "madd $ac2, %[load6], %[cospi_30_64] \n\t"
520 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64),
    [all...]
itrans32_cols_dspr2.c 300 "madd $ac1, %[load1], %[cospi_30_64] \n\t"
304 "madd $ac3, %[load2], %[cospi_30_64] \n\t"
341 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64),
    [all...]
itrans32_dspr2.c 344 "madd $ac1, %[load1], %[cospi_30_64] \n\t"
348 "madd $ac3, %[load2], %[cospi_30_64] \n\t"
385 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64),
    [all...]
idct16x16_msa.c 40 DOTP_CONST_PAIR(reg1, reg15, cospi_30_64, cospi_2_64, reg1, reg15);
137 DOTP_CONST_PAIR(reg1, reg15, cospi_30_64, cospi_2_64, reg1, reg15);
inv_txfm_msa.h 24 cospi_18_64, cospi_22_64, cospi_26_64, cospi_30_64 }; \
253 v8i16 mask1_m = { cospi_2_64, cospi_30_64, -cospi_2_64, cospi_10_64, \
fwd_dct32x32_msa.c 106 DOTP_CONST_PAIR(vec7, vec0, cospi_30_64, cospi_2_64, temp1, temp0);
365 DOTP_CONST_PAIR(vec7, vec0, cospi_30_64, cospi_2_64, in5, in4);
437 DOTP_CONST_PAIR(vec7, vec0, cospi_30_64, cospi_2_64, temp1, temp0);
749 DOTP_CONST_PAIR(vec7, vec0, cospi_30_64, cospi_2_64, temp1, temp0);
    [all...]
fwd_txfm_msa.c 23 v8i16 coeff1 = { cospi_2_64, cospi_30_64, cospi_14_64, cospi_18_64,
fwd_txfm_msa.h 189 v8i16 coeff1_m = { cospi_2_64, cospi_30_64, cospi_14_64, cospi_18_64, \
idct32x32_msa.c 66 DOTP_CONST_PAIR(reg0, reg7, cospi_30_64, cospi_2_64, reg0, reg7);
379 DOTP_CONST_PAIR(reg0, reg7, cospi_30_64, cospi_2_64, reg0, reg7);
  /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 214 temp1 = step1[0] * cospi_30_64 + step1[7] * cospi_2_64;
230 temp2 = step1[0] * -cospi_2_64 + step1[7] * cospi_30_64;
288 s0 = cospi_2_64 * x0 + cospi_30_64 * x1;
289 s1 = cospi_30_64 * x0 - cospi_2_64 * x1;
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3.c 436 const __m128i stk2_0 = pair_set_epi16(2 * cospi_30_64, 2 * cospi_30_64);
746 const __m128i stk2_0 = pair_set_epi16(2 * cospi_30_64, 2 * cospi_30_64);
    [all...]
inv_txfm_sse2.c 366 const __m128i k__cospi_p02_p30 = pair_set_epi16(cospi_2_64, cospi_30_64);
367 const __m128i k__cospi_p30_m02 = pair_set_epi16(cospi_30_64, -cospi_2_64);
    [all...]
fwd_txfm_impl_sse2.h 594 const __m128i k__cospi_p30_p02 = pair_set_epi16(cospi_30_64, cospi_2_64);
596 const __m128i k__cospi_m02_p30 = pair_set_epi16(-cospi_2_64, cospi_30_64);
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.c 33 static int16_t cospi_30_64 = 1606; variable
215 d15s16 = vdup_n_s16(cospi_30_64);
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct32x32_34_add_neon.c 80 s2[8] = multiply_shift_and_narrow_s32_dual(in[2], cospi_30_64);
395 s2[8] = multiply_shift_and_narrow_s32_dual(in[2], cospi_30_64);
idct32x32_135_add_neon.c 125 s2[8] = multiply_shift_and_narrow_s16(in[2], cospi_30_64);
412 s2[8] = multiply_shift_and_narrow_s16(in[2], cospi_30_64);
idct32x32_34_add_neon.c 73 s2[8] = multiply_shift_and_narrow_s16(in[2], cospi_30_64);
291 s2[8] = multiply_shift_and_narrow_s16(in[2], cospi_30_64);
highbd_idct32x32_135_add_neon.c 135 s2[8] = multiply_shift_and_narrow_s32_dual(in[2], cospi_30_64);
488 s2[8] = multiply_shift_and_narrow_s32_dual(in[2], cospi_30_64);
    [all...]
highbd_idct32x32_1024_add_neon.c 538 do_butterfly(q[14], q[13], cospi_30_64, cospi_2_64, &q[0], &q[2]);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c     [all...]

Completed in 115 milliseconds

1 2