Searched refs:compute (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.cpp | 307 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/ |
D | overlayUtils.cpp | 223 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/ |
D | overlayUtils.cpp | 314 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/ |
D | overlayUtils.cpp | 303 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/ |
D | overlayUtils.cpp | 293 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/ |
D | sad_altivec.asm | 70 ;# compute difference on first row 91 ;# compute difference on second row
|
D | variance_altivec.asm | 64 ;# Now compute sse. 214 ;# Now compute sse.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_reconintra_neon.asm | 310 ; 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/ |
D | buildintrapredictorsmby_neon.asm | 50 ; compute shift and jump 333 ; compute shift and jump
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 183 (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/ |
D | loopfilter_sse2.asm | 25 ; Use of pmaxub instead of psubusb to compute filter mask was seen
|