Searched refs:s12 (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 956 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in iadst16() 965 x4 = dct_const_round_shift(s4 + s12); in iadst16() 973 x12 = dct_const_round_shift(s4 - s12); in iadst16() 991 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64; in iadst16() 1004 x8 = dct_const_round_shift(s8 + s12); in iadst16() 1008 x12 = dct_const_round_shift(s8 - s12); in iadst16() 1026 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; in iadst16() 1043 x12 = dct_const_round_shift(s12 + s14); in iadst16() 1045 x14 = dct_const_round_shift(s12 - s14); in iadst16()
|
/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 680 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in iadst16() 689 x4 = dct_const_round_shift(s4 + s12); in iadst16() 697 x12 = dct_const_round_shift(s4 - s12); in iadst16() 715 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64; in iadst16() 728 x8 = dct_const_round_shift(s8 + s12); in iadst16() 732 x12 = dct_const_round_shift(s8 - s12); in iadst16() 750 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; in iadst16() 767 x12 = dct_const_round_shift(s12 + s14); in iadst16() 769 x14 = dct_const_round_shift(s12 - s14); in iadst16()
|
/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 831 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in fadst16() 840 x4 = fdct_round_shift(s4 + s12); in fadst16() 848 x12 = fdct_round_shift(s4 - s12); in fadst16() 866 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64; in fadst16() 879 x8 = fdct_round_shift(s8 + s12); in fadst16() 883 x12 = fdct_round_shift(s8 - s12); in fadst16() 901 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; in fadst16() 918 x12 = fdct_round_shift(s12 + s14); in fadst16() 920 x14 = fdct_round_shift(s12 - s14); in fadst16()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 328 %define s12 [src + 4 * stride3] 385 movdqa xmm3, s12 771 movdqa s12, xmm2
|