Searched refs:x7 (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 482 x7 = input[6]; 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() 507 x7 = ROUND_POWER_OF_TWO((s3 - s7), 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() 526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS); in iadst8_dspr2() 531 s6 = cospi_16_64 * (x6 + x7); in iadst8_dspr2() [all …]
|
D | vp9_itrans16_dspr2.c | 924 int x7 = input[6]; 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() 968 x7 = dct_const_round_shift(s7 + s15); in iadst16() 986 s7 = x7; in iadst16() 1003 x7 = s3 - s7; 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() 1038 x7 = dct_const_round_shift(s5 - s7); in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 324 int x7 = input[6]; 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() 349 x7 = dct_const_round_shift(s3 - s7); 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() 368 x7 = dct_const_round_shift(s5 - s7); 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 | 502 int x7 = input[6]; 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() 521 x7 = fdct_round_shift(s3 - s7); 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() 540 x7 = fdct_round_shift(s5 - s7); in fadst8() 545 s6 = cospi_16_64 * (x6 + x7); in fadst8() 546 s7 = cospi_16_64 * (x6 - x7); in fadst8() 551 x7 = fdct_round_shift(s7); in fadst8() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_iht8x8_add_neon.asm | 383 ; s6 = cospi_26_64 * x6 + cospi_6_64 * x7; 391 ; s7 = cospi_6_64 * x6 - cospi_26_64 * x7; 407 ; x7 = dct_const_round_shift(s3 - s7); 446 ; cospi_8_64 * x7 450 ; cospi_24_64 * x7 454 ; s6 = -cospi_24_64 * x6 + cospi_8_64 * x7; 458 ; s7 = cospi_8_64 * x6 + cospi_24_64 * x7; 498 ; x7 = dct_const_round_shift(s5 - s7); 536 ; cospi_16_64 * x6 + cospi_16_64 * x7; 540 ; cospi_16_64 * x6 - cospi_16_64 * x7; [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 1487 x7 = _mm_loadl_epi64((__m128i *)(in0 + 7*in_p)); in transpose8x16() 1493 x3 = _mm_unpacklo_epi8(x6, x7); in transpose8x16() 1506 x7 = _mm_unpackhi_epi32(x4, x5); in transpose8x16() 1513 _mm_storeu_si128((__m128i *)(out + 2 * out_p), _mm_unpacklo_epi64(x7, x15)); in transpose8x16() 1514 _mm_storeu_si128((__m128i *)(out + 3 * out_p), _mm_unpackhi_epi64(x7, x15)); in transpose8x16() 1522 x7 = _mm_unpackhi_epi32(x4, x5); in transpose8x16() 1529 _mm_storeu_si128((__m128i *)(out + 6 * out_p), _mm_unpacklo_epi64(x7, x15)); in transpose8x16() 1530 _mm_storeu_si128((__m128i *)(out + 7 * out_p), _mm_unpackhi_epi64(x7, x15)); in transpose8x16() 1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; in transpose() local [all …]
|