Searched refs:s13 (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 957 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in iadst16() 966 x5 = dct_const_round_shift(s5 + s13); in iadst16() 974 x13 = dct_const_round_shift(s5 - s13); in iadst16() 992 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; in iadst16() 1005 x9 = dct_const_round_shift(s9 + s13); in iadst16() 1009 x13 = dct_const_round_shift(s9 - s13); in iadst16() 1027 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; in iadst16() 1044 x13 = dct_const_round_shift(s13 + s15); in iadst16() 1046 x15 = dct_const_round_shift(s13 - s15); 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 681 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in iadst16() 690 x5 = dct_const_round_shift(s5 + s13); in iadst16() 698 x13 = dct_const_round_shift(s5 - s13); in iadst16() 716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; in iadst16() 729 x9 = dct_const_round_shift(s9 + s13); in iadst16() 733 x13 = dct_const_round_shift(s9 - s13); in iadst16() 751 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; in iadst16() 768 x13 = dct_const_round_shift(s13 + s15); in iadst16() 770 x15 = dct_const_round_shift(s13 - s15); 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 832 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in fadst16() 841 x5 = fdct_round_shift(s5 + s13); in fadst16() 849 x13 = fdct_round_shift(s5 - s13); in fadst16() 867 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; in fadst16() 880 x9 = fdct_round_shift(s9 + s13); in fadst16() 884 x13 = fdct_round_shift(s9 - s13); in fadst16() 902 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; in fadst16() 919 x13 = fdct_round_shift(s13 + s15); in fadst16() 921 x15 = fdct_round_shift(s13 - s15); in fadst16()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 329 %define s13 [spp + 4 * stride3] 387 punpcklbw xmm3, s13 ; c0 d0 388 punpckhbw xmm5, s13 ; c8 d8 772 movdqa s13, xmm14
|