Searched refs:x9 (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 926 int x9 = input[8]; in iadst16() local 935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { in iadst16() 952 s8 = x8 * cospi_17_64 + x9 * cospi_15_64; in iadst16() 953 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in iadst16() 970 x9 = dct_const_round_shift(s1 - s9); in iadst16() 987 s8 = x8 * cospi_4_64 + x9 * cospi_28_64; in iadst16() 988 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; in iadst16() 1005 x9 = dct_const_round_shift(s9 + s13); in iadst16() 1023 s9 = x9; in iadst16() 1040 x9 = s9 + s11; in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 650 int x9 = input[8]; in iadst16() local 659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { in iadst16() 676 s8 = x8 * cospi_17_64 + x9 * cospi_15_64; in iadst16() 677 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in iadst16() 694 x9 = dct_const_round_shift(s1 - s9); in iadst16() 711 s8 = x8 * cospi_4_64 + x9 * cospi_28_64; in iadst16() 712 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; in iadst16() 729 x9 = dct_const_round_shift(s9 + s13); in iadst16() 747 s9 = x9; in iadst16() 764 x9 = s9 + s11; in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 810 int x9 = input[8]; in fadst16() local 827 s8 = x8 * cospi_17_64 + x9 * cospi_15_64; in fadst16() 828 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in fadst16() 845 x9 = fdct_round_shift(s1 - s9); in fadst16() 862 s8 = x8 * cospi_4_64 + x9 * cospi_28_64; in fadst16() 863 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; in fadst16() 880 x9 = fdct_round_shift(s9 + s13); in fadst16() 898 s9 = x9; in fadst16() 915 x9 = s9 + s11; in fadst16() 956 output[14] = x9; in fadst16()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_sse2.c | 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; in transpose8x16() local 1476 x9 = _mm_loadl_epi64((__m128i *)(in1 + in_p)); in transpose8x16() 1495 x8 = _mm_unpacklo_epi8(x8, x9); in transpose8x16() 1496 x9 = _mm_unpacklo_epi8(x10, x11); in transpose8x16() 1502 x12 = _mm_unpacklo_epi16(x8, x9); in transpose8x16() 1518 x12 = _mm_unpackhi_epi16(x8, x9); in transpose8x16()
|