Home
last modified time | relevance | path

Searched refs:x13 (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans16_dspr2.c930 int x13 = input[12]; in iadst16() local
935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { in iadst16()
956 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in iadst16()
957 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in iadst16()
974 x13 = dct_const_round_shift(s5 - s13); in iadst16()
991 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64; in iadst16()
992 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; in iadst16()
1009 x13 = dct_const_round_shift(s9 - s13); in iadst16()
1026 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; in iadst16()
1027 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; in iadst16()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.c654 int x13 = input[12]; in iadst16() local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { in iadst16()
680 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in iadst16()
681 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in iadst16()
698 x13 = dct_const_round_shift(s5 - s13); in iadst16()
715 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64; in iadst16()
716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; in iadst16()
733 x13 = dct_const_round_shift(s9 - s13); in iadst16()
750 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; in iadst16()
751 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; in iadst16()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c814 int x13 = input[12]; in fadst16() local
831 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in fadst16()
832 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in fadst16()
849 x13 = fdct_round_shift(s5 - s13); in fadst16()
866 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64; in fadst16()
867 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; in fadst16()
884 x13 = fdct_round_shift(s9 - s13); in fadst16()
901 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; in fadst16()
902 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; in fadst16()
919 x13 = fdct_round_shift(s13 + s15); in fadst16()
[all …]
/hardware/intel/img/psb_video/fw/topazhp/
DPrimary_VRL.txt92 0xe5,0xdf,0x13,0x00,
173 0xd3,0x1d,0xd0,0x13,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; in transpose8x16() local
1484 x13 = _mm_loadl_epi64((__m128i *)(in1 + 5*in_p)); in transpose8x16()
1497 x10 = _mm_unpacklo_epi8(x12, x13); in transpose8x16()
1503 x13 = _mm_unpacklo_epi16(x10, x11); in transpose8x16()
1507 x14 = _mm_unpacklo_epi32(x12, x13); in transpose8x16()
1508 x15 = _mm_unpackhi_epi32(x12, x13); in transpose8x16()
1519 x13 = _mm_unpackhi_epi16(x10, x11); in transpose8x16()
1523 x14 = _mm_unpacklo_epi32(x12, x13); in transpose8x16()
1524 x15 = _mm_unpackhi_epi32(x12, x13); in transpose8x16()