Searched refs:cmp_store (Results 1 – 1 of 1) sorted by relevance
141 __m128i cmp_mask, cmp_store; in ihevc_sao_band_offset_luma_ssse3() local187 cmp_store = _mm_set1_epi16(0x00ff); in ihevc_sao_band_offset_luma_ssse3()195 band_table0_8x16b = _mm_and_si128(band_table0_8x16b, cmp_store); in ihevc_sao_band_offset_luma_ssse3()196 band_table1_8x16b = _mm_and_si128(band_table1_8x16b, cmp_store); in ihevc_sao_band_offset_luma_ssse3()197 band_table2_8x16b = _mm_and_si128(band_table2_8x16b, cmp_store); in ihevc_sao_band_offset_luma_ssse3()198 band_table3_8x16b = _mm_and_si128(band_table3_8x16b, cmp_store); in ihevc_sao_band_offset_luma_ssse3()238 band_table0_8x16b = _mm_and_si128(band_table0_8x16b, cmp_store); in ihevc_sao_band_offset_luma_ssse3()239 band_table1_8x16b = _mm_and_si128(band_table1_8x16b, cmp_store); in ihevc_sao_band_offset_luma_ssse3()240 band_table2_8x16b = _mm_and_si128(band_table2_8x16b, cmp_store); in ihevc_sao_band_offset_luma_ssse3()241 band_table3_8x16b = _mm_and_si128(band_table3_8x16b, cmp_store); in ihevc_sao_band_offset_luma_ssse3()[all …]