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

1 2

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 31 static const tran_high_t cospi_4_64 = 16069; variable
fwd_txfm.c 156 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
159 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
292 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
295 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
614 output[4] = dct_32_round(step[4] * cospi_28_64 + step[7] * cospi_4_64);
617 output[7] = dct_32_round(step[7] * cospi_28_64 + step[4] * -cospi_4_64);
628 output[17] = dct_32_round(step[17] * -cospi_4_64 + step[30] * cospi_28_64);
629 output[18] = dct_32_round(step[18] * -cospi_28_64 + step[29] * -cospi_4_64);
640 output[29] = dct_32_round(step[29] * cospi_28_64 + step[18] * -cospi_4_64);
641 output[30] = dct_32_round(step[30] * cospi_4_64 + step[17] * cospi_28_64)
    [all...]
inv_txfm.c 164 temp1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
165 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
446 temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64;
447 temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64;
653 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
654 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
657 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
658 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
906 temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64;
907 temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 86 temp_1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
95 "msub $ac0, %[Temp1], %[cospi_4_64] \n\t"
99 temp_2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
102 "madd $ac1, %[Temp0], %[cospi_4_64] \n\t"
186 [cospi_4_64] "r" (cospi_4_64), [cospi_12_64] "r" (cospi_12_64),
281 temp_1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
290 "msub $ac0, %[Temp1], %[cospi_4_64] \n\t"
294 temp_2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
297 "madd $ac1, %[Temp0], %[cospi_4_64] \n\t
    [all...]
itrans32_cols_dspr2.c 95 "msub $ac1, %[load2], %[cospi_4_64] \n\t"
96 "madd $ac3, %[load1], %[cospi_4_64] \n\t"
111 [cospi_4_64] "r" (cospi_4_64), [cospi_17_64] "r" (cospi_17_64),
156 "msub $ac1, %[load2], %[cospi_4_64] \n\t"
157 "msub $ac3, %[load1], %[cospi_4_64] \n\t"
172 [cospi_4_64] "r" (cospi_4_64), [cospi_7_64] "r" (cospi_7_64),
    [all...]
itrans32_dspr2.c 140 "msub $ac1, %[load2], %[cospi_4_64] \n\t"
141 "madd $ac3, %[load1], %[cospi_4_64] \n\t"
157 [cospi_4_64] "r" (cospi_4_64), [cospi_17_64] "r" (cospi_17_64),
202 "msub $ac1, %[load2], %[cospi_4_64] \n\t"
203 "msub $ac3, %[load1], %[cospi_4_64] \n\t"
219 [cospi_4_64] "r" (cospi_4_64), [cospi_7_64] "r" (cospi_7_64),
    [all...]
idct8x8_msa.c 54 k0 = VP9_SET_COSPI_PAIR(cospi_28_64, -cospi_4_64);
55 k1 = VP9_SET_COSPI_PAIR(cospi_4_64, cospi_28_64);
itrans16_dspr2.c 215 "msub $ac1, %[load6], %[cospi_4_64] \n\t"
231 "madd $ac2, %[load5], %[cospi_4_64] \n\t"
264 [cospi_4_64] "r" (cospi_4_64), [cospi_28_64] "r" (cospi_28_64),
    [all...]
idct16x16_msa.c 27 DOTP_CONST_PAIR(reg2, reg14, cospi_28_64, cospi_4_64, reg2, reg14);
119 DOTP_CONST_PAIR(reg2, reg14, cospi_28_64, cospi_4_64, reg2, reg14);
359 k0 = VP9_SET_COSPI_PAIR(cospi_4_64, cospi_28_64);
360 k1 = VP9_SET_COSPI_PAIR(cospi_28_64, -cospi_4_64);
361 k2 = VP9_SET_COSPI_PAIR(-cospi_28_64, cospi_4_64);
inv_txfm_msa.h 218 v8i16 mask_m = { cospi_28_64, cospi_4_64, cospi_20_64, cospi_12_64, \
219 cospi_16_64, -cospi_4_64, -cospi_20_64, -cospi_16_64 }; \
369 k0_m = VP9_SET_COSPI_PAIR(cospi_4_64, cospi_28_64); \
370 k1_m = VP9_SET_COSPI_PAIR(cospi_28_64, -cospi_4_64); \
371 k2_m = VP9_SET_COSPI_PAIR(-cospi_28_64, cospi_4_64); \
idct32x32_msa.c 50 DOTP_CONST_PAIR(reg1, reg7, cospi_28_64, cospi_4_64, reg1, reg7);
164 DOTP_CONST_PAIR(reg7, reg0, cospi_28_64, cospi_4_64, reg0, reg7);
165 DOTP_CONST_PAIR(reg6, reg1, -cospi_4_64, cospi_28_64, reg1, reg6);
366 DOTP_CONST_PAIR(reg1, reg7, cospi_28_64, cospi_4_64, reg1, reg7);
474 DOTP_CONST_PAIR(reg7, reg0, cospi_28_64, cospi_4_64, reg0, reg7);
475 DOTP_CONST_PAIR(reg6, reg1, -cospi_4_64, cospi_28_64, reg1, reg6);
fwd_dct32x32_msa.c 90 DOTP_CONST_PAIR(vec1, vec0, cospi_28_64, cospi_4_64, temp1, temp0);
185 DOTP_CONST_PAIR(in21, in22, cospi_28_64, cospi_4_64, in26, in24);
199 DOTP_CONST_PAIR((-in23), in20, cospi_28_64, cospi_4_64, in27, in25);
351 DOTP_CONST_PAIR(vec1, vec0, cospi_28_64, cospi_4_64, in5, in4);
425 DOTP_CONST_PAIR(vec1, vec0, cospi_28_64, cospi_4_64, temp1, temp0);
523 DOTP_CONST_PAIR(in21, in22, cospi_28_64, cospi_4_64, in26, in24);
539 DOTP_CONST_PAIR((-in23), in20, cospi_28_64, cospi_4_64, in27, in25);
741 DOTP_CONST_PAIR(vec1, vec0, cospi_28_64, cospi_4_64, temp1, temp0);
844 DOTP_CONST_PAIR(in21, in22, cospi_28_64, cospi_4_64, in26, in24);
856 DOTP_CONST_PAIR((-in23), in20, cospi_28_64, cospi_4_64, in27, in25)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 47 static const int cospi_4_64 = 16069; variable
vp9_idct.c 167 temp1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
168 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
507 temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64;
508 temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64;
711 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
712 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
715 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
995 temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64;
996 temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 100 "msub $ac1, %[load2], %[cospi_4_64] \n\t"
101 "madd $ac3, %[load1], %[cospi_4_64] \n\t"
116 [cospi_4_64] "r" (cospi_4_64), [cospi_17_64] "r" (cospi_17_64),
161 "msub $ac1, %[load2], %[cospi_4_64] \n\t"
162 "msub $ac3, %[load1], %[cospi_4_64] \n\t"
177 [cospi_4_64] "r" (cospi_4_64), [cospi_7_64] "r" (cospi_7_64),
    [all...]
vp9_itrans32_dspr2.c 143 "msub $ac1, %[load2], %[cospi_4_64] \n\t"
144 "madd $ac3, %[load1], %[cospi_4_64] \n\t"
160 [cospi_4_64] "r" (cospi_4_64), [cospi_17_64] "r" (cospi_17_64),
205 "msub $ac1, %[load2], %[cospi_4_64] \n\t"
206 "msub $ac3, %[load1], %[cospi_4_64] \n\t"
222 [cospi_4_64] "r" (cospi_4_64), [cospi_7_64] "r" (cospi_7_64),
    [all...]
vp9_itrans8_dspr2.c 92 temp_1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
101 "msub $ac0, %[Temp1], %[cospi_4_64] \n\t"
105 temp_2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
108 "madd $ac1, %[Temp0], %[cospi_4_64] \n\t"
192 [cospi_4_64] "r" (cospi_4_64), [cospi_12_64] "r" (cospi_12_64),
287 temp_1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
296 "msub $ac0, %[Temp1], %[cospi_4_64] \n\t"
300 temp_2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
303 "madd $ac1, %[Temp0], %[cospi_4_64] \n\t
    [all...]
vp9_itrans16_dspr2.c 220 "msub $ac1, %[load6], %[cospi_4_64] \n\t"
236 "madd $ac2, %[load5], %[cospi_4_64] \n\t"
269 [cospi_4_64] "r" (cospi_4_64), [cospi_28_64] "r" (cospi_28_64),
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
fwd_txfm_neon.c 94 v_t0_lo = vmull_n_s16(vget_low_s16(v_x3), (int16_t)cospi_4_64);
95 v_t0_hi = vmull_n_s16(vget_high_s16(v_x3), (int16_t)cospi_4_64);
108 v_t3_lo = vmlsl_n_s16(v_t3_lo, vget_low_s16(v_x0), (int16_t)cospi_4_64);
109 v_t3_hi = vmlsl_n_s16(v_t3_hi, vget_high_s16(v_x0), (int16_t)cospi_4_64);
idct32x32_add_neon.asm 16 cospi_4_64 EQU 16069 define
487 ;temp1 = step1b[30][i] * cospi_28_64 - step1b[17][i] * cospi_4_64;
488 ;temp2 = step1b[30][i] * cospi_4_64 - step1b[17][i] * cospi_28_64;
491 DO_BUTTERFLY_STD cospi_28_64, cospi_4_64, d10, d11, d14, d15
522 ;temp1 = step1b[18][i] * (-cospi_4_64) - step1b[29][i] * (-cospi_28_64);
523 ;temp2 = step1b[18][i] * (-cospi_28_64) + step1b[29][i] * (-cospi_4_64);
526 DO_BUTTERFLY_STD (-cospi_4_64), (-cospi_28_64), d2, d3, d0, d1
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 84 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
87 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
163 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
166 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
411 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
412 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
415 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
416 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
623 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
626 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 233 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
236 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
293 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
296 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
417 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
420 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
726 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
729 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
862 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
863 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm 76 ; generate cospi_4_64 = 16069
126 vdup.16 d1, r4 ; duplicate cospi_4_64
138 ; input[1]*cospi_28_64-input[7]*cospi_4_64
154 ; input[1] * cospi_4_64
162 ; input[1]*cospi_4_64+input[7]*cospi_28_64
vp9_idct32x32_add_neon.asm 16 cospi_4_64 EQU 16069 define
487 ;temp1 = step1b[30][i] * cospi_28_64 - step1b[17][i] * cospi_4_64;
488 ;temp2 = step1b[30][i] * cospi_4_64 - step1b[17][i] * cospi_28_64;
491 DO_BUTTERFLY_STD cospi_28_64, cospi_4_64, d10, d11, d14, d15
522 ;temp1 = step1b[18][i] * (-cospi_4_64) - step1b[29][i] * (-cospi_28_64);
523 ;temp2 = step1b[18][i] * (-cospi_28_64) + step1b[29][i] * (-cospi_4_64);
526 DO_BUTTERFLY_STD (-cospi_4_64), (-cospi_28_64), d2, d3, d0, d1
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 459 const __m128i stg1_0 = pair_set_epi16(cospi_28_64, -cospi_4_64);
460 const __m128i stg1_1 = pair_set_epi16(cospi_4_64, cospi_28_64);
548 const __m128i stg1_0 = pair_set_epi16(cospi_28_64, -cospi_4_64);
549 const __m128i stg1_1 = pair_set_epi16(cospi_4_64, cospi_28_64);
804 const __m128i stg1_0 = pair_set_epi16(cospi_28_64, -cospi_4_64);
805 const __m128i stg1_1 = pair_set_epi16(cospi_4_64, cospi_28_64);
    [all...]

Completed in 147 milliseconds

1 2