Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans16_dspr2.c929 int x12 = input[3]; 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()
973 x12 = dct_const_round_shift(s4 - s12); 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()
1008 x12 = dct_const_round_shift(s8 - s12); 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.c653 int x12 = input[3]; 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()
697 x12 = dct_const_round_shift(s4 - s12); 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()
732 x12 = dct_const_round_shift(s8 - s12); 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.c813 int x12 = input[3]; 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()
848 x12 = fdct_round_shift(s4 - s12); 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()
883 x12 = fdct_round_shift(s8 - s12); 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()
918 x12 = fdct_round_shift(s12 + s14); in fadst16()
[all …]
/hardware/intel/img/psb_video/fw/topazhp/
DPrimary_VRL.txt68 0x28,0xd9,0x12,0x62,
73 0x2c,0xff,0x5a,0x12,
/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
1482 x12 = _mm_loadl_epi64((__m128i *)(in1 + 4*in_p)); in transpose8x16()
1497 x10 = _mm_unpacklo_epi8(x12, x13); in transpose8x16()
1502 x12 = _mm_unpacklo_epi16(x8, x9); in transpose8x16()
1507 x14 = _mm_unpacklo_epi32(x12, x13); in transpose8x16()
1508 x15 = _mm_unpackhi_epi32(x12, x13); in transpose8x16()
1518 x12 = _mm_unpackhi_epi16(x8, x9); in transpose8x16()
1523 x14 = _mm_unpacklo_epi32(x12, x13); in transpose8x16()
1524 x15 = _mm_unpackhi_epi32(x12, x13); in transpose8x16()