HomeSort by relevance Sort by last modified time
    Searched full:cos1 (Results 1 - 16 of 16) sorted by null

  /external/libhevc/common/arm/
ihevc_itrans_recon_8x8.s 198 vmull.s16 q12,d6,d0[1] @// y1 * cos1(part of b0)
206 vmlal.s16 q12,d7,d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
210 vmlsl.s16 q14,d7,d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
240 vmlal.s16 q12,d14,d1[1] @// y1 * cos1 + y3 * cos3 + y5 * sin3(part of b0)
241 vmlsl.s16 q13,d14,d0[1] @// y1 * cos3 - y3 * sin1 - y5 * cos1(part of b1)
242 vmlal.s16 q14,d14,d1[3] @// y1 * sin3 - y3 * cos1 + y5 * sin1(part of b2)
251 vmlal.s16 q12,d15,d1[3] @// b0 = y1 * cos1 + y3 * cos3 + y5 * sin3 + y7 * sin1(part of r0,r7)
252 vmlsl.s16 q13,d15,d1[1] @// b1 = y1 * cos3 - y3 * sin1 - y5 * cos1 - y7 * sin3(part of r1,r6)
253 vmlal.s16 q14,d15,d0[3] @// b2 = y1 * sin3 - y3 * cos1 + y5 * sin1 + y7 * cos3(part of r2,r5)
254 vmlsl.s16 q15,d15,d0[1] @// b3 = y1 * sin1 - y3 * sin3 + y5 * cos3 - y7 * cos1(part of r3,r4
    [all...]
ihevc_itrans_recon_32x32.s 217 vmull.s16 q12,d8,d0[1] @// y1 * cos1(part of b0)
222 vmlal.s16 q12,d9,d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
224 vmlal.s16 q14,d9,d3[3] @// y1 * sin3 - y3 * cos1(part of b2)
287 vmlal.s16 q12,d8,d2[1] @// y1 * cos1(part of b0)
292 vmlal.s16 q12,d9,d2[3] @// y1 * cos1 + y3 * cos3(part of b0)
294 vmlsl.s16 q14,d9,d2[1] @// y1 * sin3 - y3 * cos1(part of b2)
363 vmlal.s16 q12,d8,d4[1] @// y1 * cos1(part of b0)
368 vmlal.s16 q12,d9,d4[3] @// y1 * cos1 + y3 * cos3(part of b0)
370 vmlsl.s16 q14,d9,d7[3] @// y1 * sin3 - y3 * cos1(part of b2)
433 vmlal.s16 q12,d8,d6[1] @// y1 * cos1(part of b0
    [all...]
ihevc_itrans_recon_16x16.s 243 vmull.s16 q12,d6,d0[1] @// y1 * cos1(part of b0)
248 vmlal.s16 q12,d7,d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
250 vmlal.s16 q14,d7,d3[3] @// y1 * sin3 - y3 * cos1(part of b2)
318 vmlal.s16 q12,d6,d2[1] @// y1 * cos1(part of b0)
323 vmlal.s16 q12,d7,d2[3] @// y1 * cos1 + y3 * cos3(part of b0)
325 vmlal.s16 q14,d7,d2[1] @// y1 * sin3 - y3 * cos1(part of b2)
420 vmull.s16 q12,d6,d2[1] @// y1 * cos1(part of b0)
425 vmlsl.s16 q12,d7,d1[1] @// y1 * cos1 + y3 * cos3(part of b0)
427 vmlsl.s16 q14,d7,d1[3] @// y1 * sin3 - y3 * cos1(part of b2)
491 vmlsl.s16 q12,d6,d3[3] @// y1 * cos1(part of b0
    [all...]
  /external/libhevc/common/arm64/
ihevc_itrans_recon_8x8.s 192 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0)
200 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
204 smlsl v28.4s, v7.4h, v0.h[1] //// y1 * sin3 - y3 * cos1(part of b2)
234 smlal v24.4s, v14.4h, v1.h[1] //// y1 * cos1 + y3 * cos3 + y5 * sin3(part of b0)
235 smlsl v26.4s, v14.4h, v0.h[1] //// y1 * cos3 - y3 * sin1 - y5 * cos1(part of b1)
236 smlal v28.4s, v14.4h, v1.h[3] //// y1 * sin3 - y3 * cos1 + y5 * sin1(part of b2)
245 smlal v24.4s, v15.4h, v1.h[3] //// b0 = y1 * cos1 + y3 * cos3 + y5 * sin3 + y7 * sin1(part of x0,x7)
246 smlsl v26.4s, v15.4h, v1.h[1] //// b1 = y1 * cos3 - y3 * sin1 - y5 * cos1 - y7 * sin3(part of x1,x6)
247 smlal v28.4s, v15.4h, v0.h[3] //// b2 = y1 * sin3 - y3 * cos1 + y5 * sin1 + y7 * cos3(part of x2,x5)
248 smlsl v30.4s, v15.4h, v0.h[1] //// b3 = y1 * sin1 - y3 * sin3 + y5 * cos3 - y7 * cos1(part of x3,x4
    [all...]
ihevc_itrans_recon_32x32.s 216 smull v24.4s, v8.4h, v0.h[1] //// y1 * cos1(part of b0)
221 smlal v24.4s, v9.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
223 smlal v28.4s, v9.4h, v3.h[3] //// y1 * sin3 - y3 * cos1(part of b2)
286 smlal v24.4s, v8.4h, v2.h[1] //// y1 * cos1(part of b0)
291 smlal v24.4s, v9.4h, v2.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
293 smlsl v28.4s, v9.4h, v2.h[1] //// y1 * sin3 - y3 * cos1(part of b2)
362 smlal v24.4s, v8.4h, v4.h[1] //// y1 * cos1(part of b0)
367 smlal v24.4s, v9.4h, v4.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
369 smlsl v28.4s, v9.4h, v7.h[3] //// y1 * sin3 - y3 * cos1(part of b2)
432 smlal v24.4s, v8.4h, v6.h[1] //// y1 * cos1(part of b0
    [all...]
ihevc_itrans_recon_16x16.s 255 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0)
260 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
262 smlal v28.4s, v7.4h, v3.h[3] //// y1 * sin3 - y3 * cos1(part of b2)
331 smlal v24.4s, v6.4h, v2.h[1] //// y1 * cos1(part of b0)
336 smlal v24.4s, v7.4h, v2.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
338 smlal v28.4s, v7.4h, v2.h[1] //// y1 * sin3 - y3 * cos1(part of b2)
433 smull v24.4s, v6.4h, v2.h[1] //// y1 * cos1(part of b0)
438 smlsl v24.4s, v7.4h, v1.h[1] //// y1 * cos1 + y3 * cos3(part of b0)
440 smlsl v28.4s, v7.4h, v1.h[3] //// y1 * sin3 - y3 * cos1(part of b2)
505 smlsl v24.4s, v6.4h, v3.h[3] //// y1 * cos1(part of b0
    [all...]
  /external/libmpeg2/common/arm/
impeg2_idct.s 447 vmull.s16 q12, d6, d0[1] @// y1 * cos1(part of b0)
455 vmlal.s16 q12, d7, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
459 vmlsl.s16 q14, d7, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
489 vmlal.s16 q12, d14, d1[1] @// y1 * cos1 + y3 * cos3 + y5 * sin3(part of b0)
490 vmlsl.s16 q13, d14, d0[1] @// y1 * cos3 - y3 * sin1 - y5 * cos1(part of b1)
491 vmlal.s16 q14, d14, d1[3] @// y1 * sin3 - y3 * cos1 + y5 * sin1(part of b2)
500 vmlal.s16 q12, d15, d1[3] @// b0 = y1 * cos1 + y3 * cos3 + y5 * sin3 + y7 * sin1(part of r0,r7)
501 vmlsl.s16 q13, d15, d1[1] @// b1 = y1 * cos3 - y3 * sin1 - y5 * cos1 - y7 * sin3(part of r1,r6)
502 vmlal.s16 q14, d15, d0[3] @// b2 = y1 * sin3 - y3 * cos1 + y5 * sin1 + y7 * cos3(part of r2,r5)
503 vmlsl.s16 q15, d15, d0[1] @// b3 = y1 * sin1 - y3 * sin3 + y5 * cos3 - y7 * cos1(part of r3,r4
    [all...]
  /external/libmpeg2/common/armv8/
impeg2_idct.s 392 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0)
400 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
404 smlsl v28.4s, v7.4h, v0.h[1] //// y1 * sin3 - y3 * cos1(part of b2)
434 smlal v24.4s, v14.4h, v1.h[1] //// y1 * cos1 + y3 * cos3 + y5 * sin3(part of b0)
435 smlsl v26.4s, v14.4h, v0.h[1] //// y1 * cos3 - y3 * sin1 - y5 * cos1(part of b1)
436 smlal v28.4s, v14.4h, v1.h[3] //// y1 * sin3 - y3 * cos1 + y5 * sin1(part of b2)
445 smlal v24.4s, v15.4h, v1.h[3] //// b0 = y1 * cos1 + y3 * cos3 + y5 * sin3 + y7 * sin1(part of x0,x7)
446 smlsl v26.4s, v15.4h, v1.h[1] //// b1 = y1 * cos3 - y3 * sin1 - y5 * cos1 - y7 * sin3(part of x1,x6)
447 smlal v28.4s, v15.4h, v0.h[3] //// b2 = y1 * sin3 - y3 * cos1 + y5 * sin1 + y7 * cos3(part of x2,x5)
448 smlsl v30.4s, v15.4h, v0.h[1] //// b3 = y1 * sin1 - y3 * sin3 + y5 * cos3 - y7 * cos1(part of x3,x4
    [all...]
  /external/libxaac/decoder/
ixheaacd_aac_imdct.c 139 WORD16 cos = 0, cos1 = 0, sin = 0, sin1 = 0; local
201 cos1 = *cos_sin_ptr++;
207 *out_ptr1 = ixheaacd_sub32(ixheaacd_mult32x16in32(tempi1, cos1),
212 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos1),
276 cos1 = *cos_sin_ptr++;
282 *out_ptr1 = ixheaacd_sub32(ixheaacd_mult32x16in32(tempi1, cos1),
287 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos1),
298 WORD16 cos, cos1, sin, sin1; local
366 cos1 = *cos_sin_ptr++;
373 ixheaacd_mult32x16in32(tempi, cos1));
475 WORD16 cos, cos1, sin, sin1; local
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 1756 SkScalar cos1, sin1; local
    [all...]
  /external/skqp/src/core/
SkMatrix.cpp 1755 SkScalar cos1, sin1; local
    [all...]
  /external/eigen/unsupported/Eigen/
MatrixFunctions 306 \cos1 & -\sin1 & 0 \\
307 \sin1 & \cos1 & 0 \\
  /external/hyphenation-patterns/nb/
hyph-nb.pat.txt 238 .cos1
    [all...]
  /external/hyphenation-patterns/nn/
hyph-nn.pat.txt 238 .cos1
    [all...]
  /external/toolchain-utils/android_bench_suite/panorama_input/
test_011.ppm     [all...]
  /toolchain/benchmark/panorama_input/
test_011.ppm     [all...]

Completed in 637 milliseconds