Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp307 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
314 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
317 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
321 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.cpp223 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
240 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp314 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
321 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
324 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
328 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp303 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
310 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
313 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
317 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/qcom/display/msm8974/liboverlay/
DoverlayUtils.cpp293 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
300 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
303 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
307 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsad_altivec.asm70 ;# compute difference on first row
91 ;# compute difference on second row
Dvariance_altivec.asm64 ;# Now compute sse.
214 ;# Now compute sse.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_reconintra_neon.asm310 ; Load left row by row and compute left + (above - ytop_left)
362 ; Load left row by row and compute left + (above - ytop_left)
436 ; Load left row by row and compute left + (above - ytop_left)
533 ; Load left row by row and compute left + (above - ytop_left)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dbuildintrapredictorsmby_neon.asm50 ; compute shift and jump
333 ; compute shift and jump
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING183 (For example, a function in a library to compute square roots has
188 root function must still compute square roots.)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dloopfilter_sse2.asm25 ; Use of pmaxub instead of psubusb to compute filter mask was seen