Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_inter_pred_filters_ssse3_intr.c4419 __m128i coeff0_1_8x16b, coeff2_3_8x16b, control_mask_1_8x16b, control_mask_2_8x16b, all_zero; in ihevc_inter_pred_chroma_horz_w16out_ssse3() local
4437 all_zero = _mm_setzero_si128(); in ihevc_inter_pred_chroma_horz_w16out_ssse3()
4541 res_temp1_8x16b = _mm_unpacklo_epi64(src_temp5_16x8b, all_zero); in ihevc_inter_pred_chroma_horz_w16out_ssse3()
4542 res_temp2_8x16b = _mm_unpacklo_epi64(src_temp6_16x8b, all_zero); in ihevc_inter_pred_chroma_horz_w16out_ssse3()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c2348 int all_zero(struct file_buffer *file_buffer) in all_zero() function
2381 if(sparse_files && all_zero(file_buffer)) { in deflator()