Home
last modified time | relevance | path

Searched refs:V (Results 1 – 25 of 34) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm51 ;# Writing V(x) for vector register #x, paired merges permute address
56 ;# vmrghb V( x), V( y), V( y + (1<<s))
57 ;# vmrglb V( x + (1<<d)), V( y), V( y + (1<<s))
62 ;# vmrghh V( x), V( y), V( y + (1<<s))
63 ;# vmrglh V( x + (1<<d)), V( y), V( y + (1<<s))
68 ;# vmrghw V( x), V( y), V( y + (1<<s))
69 ;# vmrglw V( x + (1<<d)), V( y), V( y + (1<<s))
79 ;# vperm V( x), V( y), V( y + (1<<s)), Vhihi
80 ;# vperm V( x + (1<<d)), V( y), V( y + (1<<s)), Vlolo
99 ;# vmrghb V(2x), V(x), V(x+8);
[all …]
Dplatform_altivec.asm15 .macro W V P
16 stvx \V, 0, \P
20 .macro R V P
21 lvx \V, 0, \P
Dvariance_subpixel_altivec.asm18 .macro load_c V, LABEL, OFF, R0, R1
21 lvx \V, \OFF, \R1
Dfilter_bilinear_altivec.asm17 .macro load_c V, LABEL, OFF, R0, R1
20 lvx \V, \OFF, \R1
Dfilter_altivec.asm17 .macro load_c V, LABEL, OFF, R0, R1
20 lvx \V, \OFF, \R1
58 .macro Msum Re, Ro, V, T, TMP
59 ;# (Re,Ro) += (V*T)
60 vmuleub \TMP, \V, \T ;# trashes v8
62 vmuloub \TMP, \V, \T
Didctllm_altivec.asm14 .macro load_c V, LABEL, OFF, R0, R1
17 lvx \V, \OFF, \R1
Dsad_altivec.asm18 .macro load_aligned_16 V R O
24 vperm \V, v1, v2, v3
Dvariance_altivec.asm21 .macro load_aligned_16 V R O
27 vperm \V, v1, v2, v3
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtreewriter.h30 #define vp8_write_bit( W, V) vp8_write( W, V, vp8_prob_half) argument
34 #define vp8bc_write_bit( W, V) vp8bc_write_bits( W, V, 1) argument
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/
Domx_rpc_utils.h83 #define RPC_paramCheck(C, V, S) do { \ argument
84 if (!(C)) { eRPCError = V;\
85 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\
86 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",V); \
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
Domx_rpc_utils.h82 #define RPC_paramCheck(C, V, S) do { \ argument
83 if (!(C)) { eRPCError = V;\
84 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\
85 else DOMX_ERROR("failed check: %s - returning error: 0x%x",C, V); \
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h50 #define V PRINT macro
52 #define V(x...) do { } while(0) macro
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
Ddebug.h38 #define V PRINT macro
40 #define V(x...) do { } while(0) macro
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h50 #define V PRINT macro
52 #define V(x...) do { } while(0) macro
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
Ddebug.h38 #define V PRINT macro
40 #define V(x...) do { } while(0) macro
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc/
Ddebug.h38 #define V PRINT macro
40 #define V(x...) do { } while(0) macro
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h50 #define V PRINT macro
52 #define V(x...) do { } while(0) macro
/hardware/ti/omap4xxx/domx/domx/
Domx_proxy_common.h94 #define PROXY_paramCheck(C, V, S) do {\ argument
95 if (!(C)) { eError = V;\
96 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\
97 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",C, V); \
/hardware/ti/omap4-aah/domx/domx/
Domx_proxy_common.h94 #define PROXY_paramCheck(C, V, S) do {\ argument
95 if (!(C)) { eError = V;\
96 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\
97 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",V); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c882 int Y = 0, U = 0, V = 0; in vp9_post_proc_frame()
901 V = B_PREDICTION_MODE_colors[bmi->as_mode][2]; in vp9_post_proc_frame()
903 vp9_blend_b(yl + bx, ul + (bx >> 1), vl + (bx >> 1), Y, U, V, in vp9_post_proc_frame()
916 V = MB_PREDICTION_MODE_colors[mi->mbmi.mode][2]; in vp9_post_proc_frame()
919 Y, U, V, 0xc000, y_stride); in vp9_post_proc_frame()
946 int Y = 0, U = 0, V = 0; in vp9_post_proc_frame()
951 V = MV_REFERENCE_FRAME_colors[mi->mbmi.ref_frame][2]; in vp9_post_proc_frame()
954 Y, U, V, 0xc000, y_stride); in vp9_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c1098 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local
1120 V = B_PREDICTION_MODE_colors[bmi->as_mode][2]; in vp8_post_proc_frame()
1123 (yl+bx, ul+(bx>>1), vl+(bx>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
1137 V = MB_PREDICTION_MODE_colors[mi->mbmi.mode][2]; in vp8_post_proc_frame()
1140 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
1170 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local
1176 V = MV_REFERENCE_FRAME_colors[mi->mbmi.ref_frame][2]; in vp8_post_proc_frame()
1179 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
/hardware/ti/omap4xxx/domx/omx_core/src/
DOMX_Core.c113 #define CORE_paramCheck(C, V, S) do {\ argument
114 if (!(C)) { eError = V;\
116 TIMM_OSAL_Error(" - returning error: " #V);\
/hardware/ti/omap4-aah/domx/omx_core/src/
DOMX_Core.c120 #define CORE_paramCheck(C, V, S) do {\ argument
121 if (!(C)) { eError = V;\
123 TIMM_OSAL_Error(" - returning error: " #V);\
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm15 .macro load_c V, LABEL, OFF, R0, R1
18 lvx \V, \OFF, \R1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
Dvp8_vpxyv12_copysrcframe_func_neon.asm142 ;Copy U & V planes
210 ;copy last line for U & V if uv_height is odd

12