Searched refs:s14 (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 | 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16() local 958 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16() 967 x6 = dct_const_round_shift(s6 + s14); in iadst16() 975 x14 = dct_const_round_shift(s6 - s14); in iadst16() 993 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in iadst16() 1006 x10 = dct_const_round_shift(s10 + s14); in iadst16() 1010 x14 = dct_const_round_shift(s10 - s14); in iadst16() 1028 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in iadst16() 1043 x12 = dct_const_round_shift(s12 + s14); in iadst16() 1045 x14 = dct_const_round_shift(s12 - s14); in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16() local 682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16() 691 x6 = dct_const_round_shift(s6 + s14); in iadst16() 699 x14 = dct_const_round_shift(s6 - s14); in iadst16() 717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in iadst16() 730 x10 = dct_const_round_shift(s10 + s14); in iadst16() 734 x14 = dct_const_round_shift(s10 - s14); in iadst16() 752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in iadst16() 767 x12 = dct_const_round_shift(s12 + s14); in iadst16() 769 x14 = dct_const_round_shift(s12 - s14); in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in fadst16() local 833 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in fadst16() 842 x6 = fdct_round_shift(s6 + s14); in fadst16() 850 x14 = fdct_round_shift(s6 - s14); in fadst16() 868 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in fadst16() 881 x10 = fdct_round_shift(s10 + s14); in fadst16() 885 x14 = fdct_round_shift(s10 - s14); in fadst16() 903 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in fadst16() 918 x12 = fdct_round_shift(s12 + s14); in fadst16() 920 x14 = fdct_round_shift(s12 - s14); in fadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 330 %define s14 [src + 2 * stride7] 390 movdqa xmm6, s14 773 movdqa s14, xmm5
|