Home
last modified time | relevance | path

Searched refs:FLOOR8 (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dhme_common_defs.h60 #define FLOOR8(x) ((x) & (~7)) macro
Dhme_interface.c4178 i2_max_x = (S16)FLOOR8(((i2_max_x * ps_ctxt->i4_wd) / ps_ctxt->i4_wd)); in hme_process_frm_init()
4179 i2_max_y = (S16)FLOOR8(((i2_max_y * ps_ctxt->i4_ht) / ps_ctxt->i4_ht)); in hme_process_frm_init()
4410 i2_max_x = (S16)FLOOR8(((i2_max_x * ps_ctxt->a_wd[i]) / ps_ctxt->a_wd[i - 1])); in hme_coarse_process_frm_init()
4411 i2_max_y = (S16)FLOOR8(((i2_max_y * ps_ctxt->a_ht[i]) / ps_ctxt->a_ht[i - 1])); in hme_coarse_process_frm_init()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dfround.ll1276 ; SSE2-NEXT: [[FLOOR8:%.*]] = call float @llvm.floor.f32(float [[LD8]])
1292 ; SSE2-NEXT: store float [[FLOOR8]], float* getelementptr inbounds ([16 x float], [16 x float]* …