/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 51 ;# 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 …]
|
D | platform_altivec.asm | 15 .macro W V P 16 stvx \V, 0, \P 20 .macro R V P 21 lvx \V, 0, \P
|
D | variance_subpixel_altivec.asm | 18 .macro load_c V, LABEL, OFF, R0, R1 21 lvx \V, \OFF, \R1
|
D | filter_bilinear_altivec.asm | 17 .macro load_c V, LABEL, OFF, R0, R1 20 lvx \V, \OFF, \R1
|
D | filter_altivec.asm | 17 .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
|
D | idctllm_altivec.asm | 14 .macro load_c V, LABEL, OFF, R0, R1 17 lvx \V, \OFF, \R1
|
D | sad_altivec.asm | 18 .macro load_aligned_16 V R O 24 vperm \V, v1, v2, v3
|
D | variance_altivec.asm | 21 .macro load_aligned_16 V R O 27 vperm \V, v1, v2, v3
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | treewriter.h | 30 #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/ |
D | omx_rpc_utils.h | 83 #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/ |
D | omx_rpc_utils.h | 82 #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/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #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/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #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/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/ti/omap4xxx/domx/domx/ |
D | omx_proxy_common.h | 94 #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/ |
D | omx_proxy_common.h | 94 #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/ |
D | vp9_postproc.c | 882 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/ |
D | postproc.c | 1098 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/ |
D | OMX_Core.c | 113 #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/ |
D | OMX_Core.c | 120 #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/ |
D | fdct_altivec.asm | 15 .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/ |
D | vp8_vpxyv12_copysrcframe_func_neon.asm | 142 ;Copy U & V planes 210 ;copy last line for U & V if uv_height is odd
|