Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_itrans_recon_16x16_ssse3_intr.c171 WORD32 zero_last12_rows_stg1; in ihevc_itrans_recon_16x16_ssse3() local
190 zero_last12_rows_stg1 = ((zero_rows & 0xFFF0) == 0xFFF0) ? 1 : 0; in ihevc_itrans_recon_16x16_ssse3()
231 if(zero_last12_rows_stg1) in ihevc_itrans_recon_16x16_ssse3()
849 if(zero_last12_rows_stg1) in ihevc_itrans_recon_16x16_ssse3()
Dihevc_16x16_itrans_recon_sse42_intr.c167 WORD32 zero_last12_rows_stg1; in ihevc_itrans_recon_16x16_sse42() local
183 zero_last12_rows_stg1 = ((zero_rows & 0xFFF0) == 0xFFF0) ? 1 : 0; in ihevc_itrans_recon_16x16_sse42()
225 if(zero_last12_rows_stg1) in ihevc_itrans_recon_16x16_sse42()
845 if(zero_last12_rows_stg1) in ihevc_itrans_recon_16x16_sse42()