Home
last modified time | relevance | path

Searched refs:sample_half_index (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/common/x86/
Dihevc_16x16_itrans_recon_sse42_intr.c200 WORD32 sample_half_index = i << 3; in ihevc_itrans_recon_16x16_sse42() local
201 WORD16 *pi2_tmp_src = pi2_src + sample_half_index; in ihevc_itrans_recon_16x16_sse42()
816 WORD32 sample_half_index = i << 3; in ihevc_itrans_recon_16x16_sse42() local
817 WORD16 *pi2_tmp_src = pi2_src + sample_half_index + src_strd; in ihevc_itrans_recon_16x16_sse42()
Dihevc_itrans_recon_16x16_ssse3_intr.c206 WORD32 sample_half_index = i << 3; in ihevc_itrans_recon_16x16_ssse3() local
207 WORD16 *pi2_tmp_src = pi2_src + sample_half_index; in ihevc_itrans_recon_16x16_ssse3()
820 WORD32 sample_half_index = i << 3; in ihevc_itrans_recon_16x16_ssse3() local
821 WORD16 *pi2_tmp_src = pi2_src + sample_half_index + src_strd; in ihevc_itrans_recon_16x16_ssse3()