Home
last modified time | relevance | path

Searched refs:V (Results 1 – 25 of 43) 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
Dfilter_bilinear_altivec.asm17 .macro load_c V, LABEL, OFF, R0, R1
20 lvx \V, \OFF, \R1
Dvariance_subpixel_altivec.asm18 .macro load_c V, LABEL, OFF, R0, R1
21 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
/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/bsp/intel/peripheral/libmraa/docs/
Dintel_de3815.md21 | 0 | 1 | 1.8V sby | |
25 | 4 | 5 | 3.3V sby | |
29 | 8 | 9 | 5V sby (2A) | |
Dintel_nuc5.md29 | 0 | 1 | 1.8V sby | |
33 | 4 | 5 | 3.3V sby | |
37 | 8 | 9 | 5V sby (2A) | |
Draspberry_pi.md30 | 2 | P1-02 | 5V VCC |
32 | 4 | P1-04 | 5V VCC |
62 | 2 | P1-02 | 5V VCC |
64 | 4 | P1-04 | 5V VCC |
Dbanana_pi.md50 | 2 | P1-02 | 5V VCC |
52 | 4 | P1-04 | 5V VCC |
78 | 27 | P1-19 | 5V VCC |
/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/msm8996/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-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h50 #define V PRINT macro
52 #define V(x...) do { } while(0) macro
/hardware/qcom/gps/msm8909/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/msm8994/loc_api/libloc_api-rpc/inc/
Ddebug.h38 #define V PRINT macro
40 #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/msm8994/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-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/bsp/intel/peripheral/libupm/docs/
Dknownlimitations.md12 supplied with at least 4V. Revision v1.2 works well on all Intel boards.
18 Edison Arduino board when powered from the 3.3V line.
19 * **Grove 3-Axis Digital Compass** (HMC5883L) reports inaccurate values at 5V
21 Use 3.3V or the Mini-breakout.
/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()

12