/hardware/samsung_slsi/exynos5/libswconverter/ |
D | swconvertor.c | 524 unsigned int Y, U, V; in csc_RGB565_to_YUV420P() local 548 Y = ((66 * R) + (129 * G) + (25 * B) + 128); in csc_RGB565_to_YUV420P() 549 Y = Y >> 8; in csc_RGB565_to_YUV420P() 550 Y += 16; in csc_RGB565_to_YUV420P() 552 pDstY[yIndex++] = (unsigned char)Y; in csc_RGB565_to_YUV420P() 598 unsigned int Y, U, V; in csc_RGB565_to_YUV420SP() local 621 Y = ((66 * R) + (129 * G) + (25 * B) + 128); in csc_RGB565_to_YUV420SP() 622 Y = Y >> 8; in csc_RGB565_to_YUV420SP() 623 Y += 16; in csc_RGB565_to_YUV420SP() 625 pDstY[yIndex++] = (unsigned char)Y; in csc_RGB565_to_YUV420SP() [all …]
|
D | csc_ARGB8888_to_YUV420SP_NEON.s | 98 @-------------------------------------------Y ------------------------------------------ 131 vst1.8 {q7}, [r0]!@write to Y to yuv420_buffer 135 @-------------------------------------------Y ------------------------------------------ 181 vst1.8 {q7}, [r4]!@write to Y to yuv420_buffer 190 @----------------------------------pDstRGB1--Y------------------------------------------ 291 @----------------------------------pDstRGB2--Y------------------------------------------
|
/hardware/invensense/60xx/mlsdk/mlutils/ |
D | mputest.c | 275 #define Y (1) macro 471 Avg[X] = .0f, Avg[Y] = .0f, Avg[Z] = .0f; in inv_test_gyro_3050() 474 Avg[Y] += 1.f * y[i] / tmp; in inv_test_gyro_3050() 478 Avg[X], Avg[Y], Avg[Z]); in inv_test_gyro_3050() 482 Avg[Y] / adjGyroSens, in inv_test_gyro_3050() 499 RMS[X] = 0.f, RMS[Y] = 0.f, RMS[Z] = 0.f; in inv_test_gyro_3050() 502 RMS[Y] += (y[i] - Avg[Y]) * (y[i] - Avg[Y]); in inv_test_gyro_3050() 517 sqrt(RMS[Y] / total_count), in inv_test_gyro_3050() 522 RMS[Y] / total_count, in inv_test_gyro_3050() 526 if (RMS[X] == 0 || RMS[Y] == 0 || RMS[Z] == 0) { in inv_test_gyro_3050() [all …]
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderDef.h | 23 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 24 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|
/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() 899 Y = B_PREDICTION_MODE_colors[bmi->as_mode][0]; 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() 914 Y = MB_PREDICTION_MODE_colors[mi->mbmi.mode][0]; 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() 949 Y = MV_REFERENCE_FRAME_colors[mi->mbmi.ref_frame][0]; in vp9_post_proc_frame() 954 Y, U, V, 0xc000, y_stride); in vp9_post_proc_frame()
|
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/ |
D | VideoDecoderAVCSecure.cpp | 62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/ |
D | VideoDecoderAVCSecure.cpp | 62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
|
/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 1118 Y = B_PREDICTION_MODE_colors[bmi->as_mode][0]; 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() 1135 Y = MB_PREDICTION_MODE_colors[mi->mbmi.mode][0]; 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 1174 Y = MV_REFERENCE_FRAME_colors[mi->mbmi.ref_frame][0]; 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()
|
D | threading.h | 168 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z)
|
/hardware/intel/img/psb_video/src/ |
D | psb_surface_ext.h | 70 unsigned char Y; member
|
/hardware/intel/common/libva/va/x11/ |
D | va_dri.h | 108 int *X, int *Y, int *W, int *H,
|
D | va_dri.c | 454 int* X, int* Y, int* W, int* H, in VA_DRIGetDrawableInfo() argument 484 *Y = (int)rep.drawableY; in VA_DRIGetDrawableInfo()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
D | vp8_vpxyv12_copysrcframe_func_neon.asm | 31 ;Copy Y plane 104 ;copy last line for Y if y_height is odd
|
D | vp8_vpxyv12_copyframe_func_neon.asm | 30 ;Copy Y plane
|
D | vp8_vpxyv12_extendframeborders_neon.asm | 33 ; Border copy for Y plane
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_deblock.c | 344 h264_macroblockCmdSequence(psb_cmdbuf_p cmdbuf, uint8_t * MbData, uint32_t X, uint32_t Y, int bCur… in h264_macroblockCmdSequence() argument 362 REGIO_WRITE_FIELD(MbNumberCmd, MSVDX_CMDS, MACROBLOCK_NUMBER, MB_NO_Y, Y); in h264_macroblockCmdSequence()
|
D | pvr2d.h | 304 PVR2D_UCHAR Y; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 92 name "gtest-X.Y.Z" which contains all of the source code. Here are 95 tar -xvzf gtest-X.Y.Z.tar.gz 96 tar -xvjf gtest-X.Y.Z.tar.bz2 97 unzip gtest-X.Y.Z.zip
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 108 .macro Tpair A, B, X, Y argument 109 vmrghb \A, \X, \Y 110 vmrglb \B, \X, \Y
|
/hardware/intel/img/libdrm/ |
D | config.guess | 718 CRAY*Y-MP:*:*:*)
|
D | aclocal.m4 | 7230 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are 8153 # Automake X.Y traces this macro to ensure aclocal.m4 has been 8154 # generated from the m4 files accompanying Automake X.Y.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 511 Improved use of trellis quantization on 2nd order Y blocks
|