Searched refs:x14 (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 931 int x14 = input[1]; in iadst16() local 935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { in iadst16() 958 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16() 959 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in iadst16() 975 x14 = dct_const_round_shift(s6 - s14); in iadst16() 993 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in iadst16() 994 s15 = x14 * cospi_20_64 + x15 * cospi_12_64; in iadst16() 1010 x14 = dct_const_round_shift(s10 - s14); in iadst16() 1028 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in iadst16() 1029 s15 = x14 * cospi_8_64 + x15 * cospi_24_64; in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 655 int x14 = input[1]; in iadst16() local 659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { in iadst16() 682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16() 683 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in iadst16() 699 x14 = dct_const_round_shift(s6 - s14); in iadst16() 717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in iadst16() 718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64; in iadst16() 734 x14 = dct_const_round_shift(s10 - s14); in iadst16() 752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in iadst16() 753 s15 = x14 * cospi_8_64 + x15 * cospi_24_64; in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 815 int x14 = input[1]; in fadst16() local 833 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in fadst16() 834 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in fadst16() 850 x14 = fdct_round_shift(s6 - s14); in fadst16() 868 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in fadst16() 869 s15 = x14 * cospi_20_64 + x15 * cospi_12_64; in fadst16() 885 x14 = fdct_round_shift(s10 - s14); in fadst16() 903 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in fadst16() 904 s15 = x14 * cospi_8_64 + x15 * cospi_24_64; in fadst16() 920 x14 = fdct_round_shift(s12 - s14); in fadst16() [all …]
|
/hardware/intel/img/psb_video/fw/topazhp/ |
D | Primary_VRL.txt | 138 0x72,0xd6,0x35,0x14, 174 0x6d,0x0f,0xd4,0x14,
|
/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 1486 x14 = _mm_loadl_epi64((__m128i *)(in1 + 6*in_p)); in transpose8x16() 1498 x11 = _mm_unpacklo_epi8(x14, x15); in transpose8x16() 1507 x14 = _mm_unpacklo_epi32(x12, x13); in transpose8x16() 1511 _mm_storeu_si128((__m128i *)out, _mm_unpacklo_epi64(x6, x14)); in transpose8x16() 1512 _mm_storeu_si128((__m128i *)(out + out_p), _mm_unpackhi_epi64(x6, x14)); in transpose8x16() 1523 x14 = _mm_unpacklo_epi32(x12, x13); in transpose8x16() 1527 _mm_storeu_si128((__m128i *)(out + 4 * out_p), _mm_unpacklo_epi64(x6, x14)); in transpose8x16() 1528 _mm_storeu_si128((__m128i *)(out + 5 * out_p), _mm_unpackhi_epi64(x6, x14)); in transpose8x16()
|