Searched refs:x6 (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans8_dspr2.c | 473 int x0, x1, x2, x3, x4, x5, x6, x7; in iadst8_dspr2() local 481 x6 = input[1]; in iadst8_dspr2() 484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { in iadst8_dspr2() 497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in iadst8_dspr2() 498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7; in iadst8_dspr2() 506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS); in iadst8_dspr2() 516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7; in iadst8_dspr2() 517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7; in iadst8_dspr2() 525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS); in iadst8_dspr2() 531 s6 = cospi_16_64 * (x6 + x7); in iadst8_dspr2() [all …]
|
D | vp9_itrans16_dspr2.c | 923 int x6 = input[9]; in iadst16() local 934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 in iadst16() 950 s6 = x6 * cospi_13_64 + x7 * cospi_19_64; in iadst16() 951 s7 = x6 * cospi_19_64 - x7 * cospi_13_64; in iadst16() 967 x6 = dct_const_round_shift(s6 + s14); in iadst16() 985 s6 = x6; in iadst16() 1002 x6 = s2 - s6; in iadst16() 1020 s6 = - x6 * cospi_24_64 + x7 * cospi_8_64; in iadst16() 1021 s7 = x6 * cospi_8_64 + x7 * cospi_24_64; in iadst16() 1037 x6 = dct_const_round_shift(s4 - s6); in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 323 int x6 = input[1]; in iadst8() local 326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { in iadst8() 339 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in iadst8() 340 s7 = cospi_6_64 * x6 - cospi_26_64 * x7; in iadst8() 348 x6 = dct_const_round_shift(s2 - s6); in iadst8() 358 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7; in iadst8() 359 s7 = cospi_8_64 * x6 + cospi_24_64 * x7; in iadst8() 367 x6 = dct_const_round_shift(s4 - s6); in iadst8() 373 s6 = cospi_16_64 * (x6 + x7); in iadst8() 374 s7 = cospi_16_64 * (x6 - x7); in iadst8() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 501 int x6 = input[1]; in fadst8() local 511 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in fadst8() 512 s7 = cospi_6_64 * x6 - cospi_26_64 * x7; in fadst8() 520 x6 = fdct_round_shift(s2 - s6); in fadst8() 530 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7; in fadst8() 531 s7 = cospi_8_64 * x6 + cospi_24_64 * x7; in fadst8() 539 x6 = fdct_round_shift(s4 - s6); in fadst8() 545 s6 = cospi_16_64 * (x6 + x7); in fadst8() 546 s7 = cospi_16_64 * (x6 - x7); in fadst8() 550 x6 = fdct_round_shift(s6); in fadst8() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_iht8x8_add_neon.asm | 379 ; cospi_26_64 * x6 383 ; s6 = cospi_26_64 * x6 + cospi_6_64 * x7; 387 ; cospi_6_64 * x6 391 ; s7 = cospi_6_64 * x6 - cospi_26_64 * x7; 426 ; x6 = dct_const_round_shift(s2 - s6); 454 ; s6 = -cospi_24_64 * x6 + cospi_8_64 * x7; 458 ; s7 = cospi_8_64 * x6 + cospi_24_64 * x7; 482 ; x6 = dct_const_round_shift(s4 - s6); 508 ; cospi_6_64 * x6 528 ; cospi_16_64 * x6 [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_sse2.c | 1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; in transpose8x16() local 1485 x6 = _mm_loadl_epi64((__m128i *)(in0 + 6*in_p)); in transpose8x16() 1493 x3 = _mm_unpacklo_epi8(x6, x7); in transpose8x16() 1505 x6 = _mm_unpacklo_epi32(x4, x5); in transpose8x16() 1511 _mm_storeu_si128((__m128i *)out, _mm_unpacklo_epi64(x6, x14)); in transpose8x16() 1512 _mm_storeu_si128((__m128i *)(out + out_p), _mm_unpackhi_epi64(x6, x14)); in transpose8x16() 1521 x6 = _mm_unpacklo_epi32(x4, x5); in transpose8x16() 1527 _mm_storeu_si128((__m128i *)(out + 4 * out_p), _mm_unpacklo_epi64(x6, x14)); in transpose8x16() 1528 _mm_storeu_si128((__m128i *)(out + 5 * out_p), _mm_unpackhi_epi64(x6, x14)); in transpose8x16() 1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; in transpose() local [all …]
|