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

1 2

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 39 static const tran_high_t cospi_12_64 = 13623; variable
fwd_txfm.c 157 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
158 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
293 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
294 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
615 output[5] = dct_32_round(step[5] * cospi_12_64 + step[6] * cospi_20_64);
616 output[6] = dct_32_round(step[6] * cospi_12_64 + step[5] * -cospi_20_64);
632 output[21] = dct_32_round(step[21] * -cospi_20_64 + step[26] * cospi_12_64);
633 output[22] = dct_32_round(step[22] * -cospi_12_64 + step[25] * -cospi_20_64);
636 output[25] = dct_32_round(step[25] * cospi_12_64 + step[22] * -cospi_20_64);
637 output[26] = dct_32_round(step[26] * cospi_20_64 + step[21] * cospi_12_64);
    [all...]
inv_txfm.c 168 temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
169 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
450 temp1 = step2[5] * cospi_12_64 - step2[6] * cospi_20_64;
451 temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_64;
655 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
656 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
659 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
660 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
910 temp1 = step2[5] * cospi_12_64 - step2[6] * cospi_20_64;
911 temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_64;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 107 temp_1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
113 "madd $ac0, %[Temp0], %[cospi_12_64] \n\t"
119 temp_2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
127 "madd $ac1, %[Temp1], %[cospi_12_64] \n\t"
186 [cospi_4_64] "r" (cospi_4_64), [cospi_12_64] "r" (cospi_12_64),
302 temp_1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
308 "madd $ac0, %[Temp0], %[cospi_12_64] \n\t"
314 temp_2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
322 "madd $ac1, %[Temp1], %[cospi_12_64] \n\t
    [all...]
itrans32_cols_dspr2.c 216 "madd $ac1, %[load2], %[cospi_12_64] \n\t"
218 "madd $ac3, %[load1], %[cospi_12_64] \n\t"
234 [cospi_12_64] "r" (cospi_12_64), [cospi_20_64] "r" (cospi_20_64)
274 "msub $ac1, %[load1], %[cospi_12_64] \n\t"
277 "madd $ac3, %[load2], %[cospi_12_64] \n\t"
291 [cospi_12_64] "r" (cospi_12_64), [cospi_20_64] "r" (cospi_20_64)
    [all...]
itrans32_dspr2.c 263 "madd $ac1, %[load2], %[cospi_12_64] \n\t"
265 "madd $ac3, %[load1], %[cospi_12_64] \n\t"
282 [cospi_12_64] "r" (cospi_12_64), [cospi_20_64] "r" (cospi_20_64)
325 "msub $ac1, %[load1], %[cospi_12_64] \n\t"
328 "madd $ac3, %[load2], %[cospi_12_64] \n\t"
344 [cospi_12_64] "r" (cospi_12_64), [cospi_20_64] "r" (cospi_20_64)
    [all...]
idct8x8_msa.c 56 k2 = VP9_SET_COSPI_PAIR(-cospi_20_64, cospi_12_64);
57 k3 = VP9_SET_COSPI_PAIR(cospi_12_64, cospi_20_64);
itrans16_dspr2.c 218 "madd $ac3, %[load7], %[cospi_12_64] \n\t"
228 "madd $ac1, %[load8], %[cospi_12_64] \n\t"
263 [cospi_20_64] "r" (cospi_20_64), [cospi_12_64] "r" (cospi_12_64),
    [all...]
idct16x16_msa.c 28 DOTP_CONST_PAIR(reg10, reg6, cospi_12_64, cospi_20_64, reg10, reg6);
120 DOTP_CONST_PAIR(reg10, reg6, cospi_12_64, cospi_20_64, reg10, reg6);
396 k0 = VP9_SET_COSPI_PAIR(cospi_12_64, cospi_20_64);
397 k1 = VP9_SET_COSPI_PAIR(-cospi_20_64, cospi_12_64);
398 k2 = VP9_SET_COSPI_PAIR(cospi_20_64, -cospi_12_64);
fwd_txfm_msa.h 76 cospi_12_64, cospi_20_64 }; \
135 cospi_4_64, cospi_28_64, cospi_12_64, cospi_20_64 }; \
200 cospi_12_64, cospi_20_64 }; \
idct32x32_msa.c 51 DOTP_CONST_PAIR(reg5, reg3, cospi_12_64, cospi_20_64, reg5, reg3);
191 DOTP_CONST_PAIR(vec1, vec0, cospi_12_64, cospi_20_64, loc0, loc1);
192 DOTP_CONST_PAIR(vec3, vec2, -cospi_20_64, cospi_12_64, loc2, loc3);
367 DOTP_CONST_PAIR(reg5, reg3, cospi_12_64, cospi_20_64, reg5, reg3);
499 DOTP_CONST_PAIR(vec1, vec0, cospi_12_64, cospi_20_64, loc0, loc1);
500 DOTP_CONST_PAIR(vec3, vec2, -cospi_20_64, cospi_12_64, loc2, loc3);
inv_txfm_msa.h 218 v8i16 mask_m = { cospi_28_64, cospi_4_64, cospi_20_64, cospi_12_64, \
374 k0_m = VP9_SET_COSPI_PAIR(cospi_12_64, cospi_20_64); \
375 k1_m = VP9_SET_COSPI_PAIR(-cospi_20_64, cospi_12_64); \
376 k2_m = VP9_SET_COSPI_PAIR(cospi_20_64, -cospi_12_64); \
fwd_dct32x32_msa.c 96 DOTP_CONST_PAIR(vec7, vec4, cospi_12_64, cospi_20_64, temp1, temp0);
219 DOTP_CONST_PAIR(in18, in17, cospi_12_64, cospi_20_64, in29, in30);
232 DOTP_CONST_PAIR(-in16, in19, cospi_12_64, cospi_20_64, in28, in31);
357 DOTP_CONST_PAIR(vec7, vec4, cospi_12_64, cospi_20_64, in5, in4);
431 DOTP_CONST_PAIR(vec7, vec4, cospi_12_64, cospi_20_64, temp1, temp0);
569 DOTP_CONST_PAIR(in18, in17, cospi_12_64, cospi_20_64, in29, in30);
583 DOTP_CONST_PAIR(-in16, in19, cospi_12_64, cospi_20_64, in28, in31);
746 DOTP_CONST_PAIR(vec7, vec4, cospi_12_64, cospi_20_64, temp1, temp0);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 55 static const int cospi_12_64 = 13623; variable
vp9_idct.c 171 temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
172 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
511 temp1 = step2[5] * cospi_12_64 - step2[6] * cospi_20_64;
512 temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_64;
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
999 temp1 = step2[5] * cospi_12_64 - step2[6] * cospi_20_64;
1000 temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_64;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 221 "madd $ac1, %[load2], %[cospi_12_64] \n\t"
223 "madd $ac3, %[load1], %[cospi_12_64] \n\t"
239 [cospi_12_64] "r" (cospi_12_64), [cospi_20_64] "r" (cospi_20_64)
279 "msub $ac1, %[load1], %[cospi_12_64] \n\t"
282 "madd $ac3, %[load2], %[cospi_12_64] \n\t"
296 [cospi_12_64] "r" (cospi_12_64), [cospi_20_64] "r" (cospi_20_64)
    [all...]
vp9_itrans32_dspr2.c 266 "madd $ac1, %[load2], %[cospi_12_64] \n\t"
268 "madd $ac3, %[load1], %[cospi_12_64] \n\t"
285 [cospi_12_64] "r" (cospi_12_64), [cospi_20_64] "r" (cospi_20_64)
328 "msub $ac1, %[load1], %[cospi_12_64] \n\t"
331 "madd $ac3, %[load2], %[cospi_12_64] \n\t"
347 [cospi_12_64] "r" (cospi_12_64), [cospi_20_64] "r" (cospi_20_64)
    [all...]
vp9_itrans8_dspr2.c 113 temp_1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
119 "madd $ac0, %[Temp0], %[cospi_12_64] \n\t"
125 temp_2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
133 "madd $ac1, %[Temp1], %[cospi_12_64] \n\t"
192 [cospi_4_64] "r" (cospi_4_64), [cospi_12_64] "r" (cospi_12_64),
308 temp_1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
314 "madd $ac0, %[Temp0], %[cospi_12_64] \n\t"
320 temp_2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
328 "madd $ac1, %[Temp1], %[cospi_12_64] \n\t
    [all...]
vp9_itrans16_dspr2.c 223 "madd $ac3, %[load7], %[cospi_12_64] \n\t"
233 "madd $ac1, %[load8], %[cospi_12_64] \n\t"
268 [cospi_20_64] "r" (cospi_20_64), [cospi_12_64] "r" (cospi_12_64),
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
fwd_txfm_neon.c 98 v_t1_lo = vmull_n_s16(vget_low_s16(v_x1), (int16_t)cospi_12_64);
99 v_t1_hi = vmull_n_s16(vget_high_s16(v_x1), (int16_t)cospi_12_64);
102 v_t2_lo = vmull_n_s16(vget_low_s16(v_x2), (int16_t)cospi_12_64);
103 v_t2_hi = vmull_n_s16(vget_high_s16(v_x2), (int16_t)cospi_12_64);
idct32x32_add_neon.asm 24 cospi_12_64 EQU 13623 define
602 ;temp1 = step1b[26][i] * cospi_12_64 - step1b[21][i] * cospi_20_64;
603 ;temp2 = step1b[26][i] * cospi_20_64 + step1b[21][i] * cospi_12_64;
606 DO_BUTTERFLY_STD cospi_12_64, cospi_20_64, d2, d3, d6, d7
637 ;temp1 = step1b[22][i] * (-cospi_20_64) - step1b[25][i] * (-cospi_12_64);
638 ;temp2 = step1b[22][i] * (-cospi_12_64) + step1b[25][i] * (-cospi_20_64);
641 DO_BUTTERFLY_STD (-cospi_20_64), (-cospi_12_64), d8, d9, d14, d15
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 85 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
86 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
164 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
165 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
413 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
414 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
417 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
418 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
624 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
625 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 234 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
235 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
294 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
295 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
418 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
419 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
727 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
728 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm 80 ; generate cospi_12_64 = 13623
127 vdup.16 d2, r5 ; duplicate cospi_12_64
134 ; input[5] * cospi_12_64
142 ; input[5] * cospi_12_64 - input[3] * cospi_20_64
166 ; input[5] * cospi_20_64 + input[3] * cospi_12_64
vp9_idct32x32_add_neon.asm 24 cospi_12_64 EQU 13623 define
602 ;temp1 = step1b[26][i] * cospi_12_64 - step1b[21][i] * cospi_20_64;
603 ;temp2 = step1b[26][i] * cospi_20_64 + step1b[21][i] * cospi_12_64;
606 DO_BUTTERFLY_STD cospi_12_64, cospi_20_64, d2, d3, d6, d7
637 ;temp1 = step1b[22][i] * (-cospi_20_64) - step1b[25][i] * (-cospi_12_64);
638 ;temp2 = step1b[22][i] * (-cospi_12_64) + step1b[25][i] * (-cospi_20_64);
641 DO_BUTTERFLY_STD (-cospi_20_64), (-cospi_12_64), d8, d9, d14, d15
    [all...]

Completed in 444 milliseconds

1 2