Searched refs:x5 (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 480 x5 = input[4]; in iadst8_dspr2() 484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { in iadst8_dspr2() 495 s4 = cospi_18_64 * x4 + cospi_14_64 * x5; in iadst8_dspr2() 496 s5 = cospi_14_64 * x4 - cospi_18_64 * x5; in iadst8_dspr2() 505 x5 = ROUND_POWER_OF_TWO((s1 - s5), DCT_CONST_BITS); in iadst8_dspr2() 514 s4 = cospi_8_64 * x4 + cospi_24_64 * x5; in iadst8_dspr2() 515 s5 = cospi_24_64 * x4 - cospi_8_64 * x5; in iadst8_dspr2() 524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS); in iadst8_dspr2() 545 output[6] = x5; in iadst8_dspr2()
|
D | vp9_itrans16_dspr2.c | 922 int x5 = input[4]; in iadst16() local 934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 in iadst16() 948 s4 = x4 * cospi_9_64 + x5 * cospi_23_64; in iadst16() 949 s5 = x4 * cospi_23_64 - x5 * cospi_9_64; in iadst16() 966 x5 = dct_const_round_shift(s5 + s13); in iadst16() 984 s5 = x5; in iadst16() 1001 x5 = s1 - s5; in iadst16() 1018 s4 = x4 * cospi_8_64 + x5 * cospi_24_64; in iadst16() 1019 s5 = x4 * cospi_24_64 - x5 * cospi_8_64; in iadst16() 1036 x5 = dct_const_round_shift(s5 + s7); in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 322 int x5 = input[4]; in iadst8() local 326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { in iadst8() 337 s4 = cospi_18_64 * x4 + cospi_14_64 * x5; in iadst8() 338 s5 = cospi_14_64 * x4 - cospi_18_64 * x5; in iadst8() 347 x5 = dct_const_round_shift(s1 - s5); in iadst8() 356 s4 = cospi_8_64 * x4 + cospi_24_64 * x5; in iadst8() 357 s5 = cospi_24_64 * x4 - cospi_8_64 * x5; in iadst8() 366 x5 = dct_const_round_shift(s5 + s7); in iadst8() 387 output[6] = x5; in iadst8() 646 int x5 = input[4]; in iadst16() local [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 500 int x5 = input[4]; in fadst8() local 509 s4 = cospi_18_64 * x4 + cospi_14_64 * x5; in fadst8() 510 s5 = cospi_14_64 * x4 - cospi_18_64 * x5; in fadst8() 519 x5 = fdct_round_shift(s1 - s5); in fadst8() 528 s4 = cospi_8_64 * x4 + cospi_24_64 * x5; in fadst8() 529 s5 = cospi_24_64 * x4 - cospi_8_64 * x5; in fadst8() 538 x5 = fdct_round_shift(s5 + s7); in fadst8() 559 output[6] = x5; in fadst8() 806 int x5 = input[4]; in fadst16() local 823 s4 = x4 * cospi_9_64 + x5 * cospi_23_64; in fadst16() [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 1483 x5 = _mm_loadl_epi64((__m128i *)(in0 + 5*in_p)); in transpose8x16() 1492 x2 = _mm_unpacklo_epi8(x4, x5); in transpose8x16() 1501 x5 = _mm_unpacklo_epi16(x2, x3); in transpose8x16() 1505 x6 = _mm_unpacklo_epi32(x4, x5); in transpose8x16() 1506 x7 = _mm_unpackhi_epi32(x4, x5); in transpose8x16() 1517 x5 = _mm_unpackhi_epi16(x2, x3); in transpose8x16() 1521 x6 = _mm_unpacklo_epi32(x4, x5); in transpose8x16() 1522 x7 = _mm_unpackhi_epi32(x4, x5); in transpose8x16() 1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; in transpose() local [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_iht8x8_add_neon.asm | 317 ; s4 = cospi_18_64 * x4 + cospi_14_64 * x5; 321 ; s5 = cospi_14_64 * x4 - cospi_18_64 * x5 356 ; x5 = dct_const_round_shift(s1 - s5); 438 ; s4 = cospi_8_64 * x4 + cospi_24_64 * x5; 442 ; s5 = cospi_24_64 * x4 - cospi_8_64 * x5; 494 ; x5 = dct_const_round_shift(s5 + s7);
|