/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.h | 103 // luma. Higher boring scores indicate that a higher percentage of a
|
/external/jpeg/ |
jcparam.c | 580 /* Initial AC scan: get some luma data out in a hurry */ 585 /* Complete spectral selection for luma AC */ 587 /* Refine next bit of luma AC */ 594 /* Luma bottom bit comes last since it's usually largest scan */
|
/external/kernel-headers/original/linux/ |
msm_q6vdec.h | 153 u32 vc1_rangeY; /* luma range mapping */
|
/external/qemu/distrib/jpeg-6b/ |
jcparam.c | 586 /* Initial AC scan: get some luma data out in a hurry */ 591 /* Complete spectral selection for luma AC */ 593 /* Refine next bit of luma AC */ 600 /* Luma bottom bit comes last since it's usually largest scan */
|
/external/webp/include/webp/ |
decode_vp8.h | 57 int y_stride; // row stride for luma
|
encode.h | 171 uint8_t *y, *u, *v; // pointers to luma/chroma planes. 172 int y_stride, uv_stride; // luma/chroma strides.
|
/external/webp/src/enc/ |
picture.c | 68 if (width <= 0 || height <= 0 || // check for luma/alpha param error 439 const int luma = 16839 * r + 33059 * g + 6420 * b; local 440 return (luma + kRound) >> YUV_FRAC; // no need to clip 497 // Import luma plane
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_DeBlockPixel.c | 13 * H.264 luma deblock module
|
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c | 26 * Dequantize Luma AC block
|
omxVCM4P10_GetVLCInfo.c | 35 * pScanMatrix - pointer to the scan order definition matrix. For a luma
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.h | 51 u8 *luma; member in struct:__anon16689
|
h264bsd_macroblock_layer.c | 77 /* mapping of dc coefficients array to luma blocks */ 530 /* luma DC is at index 24 */ 560 /* luma cbp in bits 0-3 */ 719 /* luma DC is at index 24 */ 734 /* luma cbp in bits 0-3 */ [all...] |
h264bsd_intra_prediction.c | 201 Perform intra 16x16 prediction mode for luma pixels and add 202 residual into prediction. The resulting luma pixels are 255 Perform intra 4x4 prediction for luma pixels and add residual 256 into prediction. The resulting luma pixels are stored in 482 * luma) */ 485 /* lumA + cbA + crA */ 568 /* note that luma samples above-right to current macroblock do not make 616 Perform intra 16x16 prediction mode for luma pixels and add 617 residual into prediction. The resulting luma pixels are 689 Perform intra 4x4 prediction for luma pixels and add residua [all...] |
h264bsd_deblocking.c | 613 /* luma */ 646 Filter one vertical 4-pixel luma edge. 757 Filter one horizontal 4-pixel luma edge 825 Filter all four successive horizontal 4-pixel luma edges. This can [all...] |
/external/libvpx/ |
y4minput.c | 145 lines, and they are vertically co-sited with the luma samples in both the 183 /*Skip past the luma data.*/ 248 /*Skip past the luma data.*/ 402 /*Skip past the luma data.*/ 470 /*Skip past the luma data.*/ 546 /*Skip past the luma data.*/ 609 /*Skip past the luma data.*/
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Video.h | 234 @param nLumaIntra4x4Enable to configure the Modes for 4x4 block size during luma intra prediction: bit position specifies the modes that are enabled/disabled 236 @param nLumaIntra8x8Enable to configure the Modes for 4x4 block size during luma intra prediction 238 @param nLumaIntra16x16Enable to configure the Modes for 4x4 block size during luma intra prediction 240 @param nChromaIntra8x8Enable to configure the Modes for 4x4 block size during luma intra prediction 633 @brief OMX_TI_VIDEO_RANGEMAPPING : Structure to access luma and chroma range 636 @param nRangeMappingLuma Luma scale factor for range mapping.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_InterpolateLuma_s.s | 17 ;// Performs quarter pel interpolation of inter luma MB. 85 ;// Interpolation of luma is implemented by processing block of pixels, size 4x4 at a time.
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 598 int QPy; /* Luma QP */ 618 /* Luma [0-399], Cb [400-543], Cr[544-687] */ 685 /* starting from luma, Cb and Cr, lsb toward msb */ 789 From zigzag to raster for luma DC value */ [all...] |
/frameworks/base/graphics/java/android/graphics/ |
YuvImage.java | 115 * in it are not matched with the luma pixels in it.
|
/external/webp/src/dec/ |
frame.c | 26 // Simple filter: up to 2 luma samples are read and 1 is written. 27 // Complex filter: up to 4 luma samples are read and 3 are written. Same for 346 // 'Simple' filter reads two luma samples outside of the macroblock and
|
/external/libvpx/examples/includes/geshi/geshi/ |
lscript.php | 111 'layer', 'layerName', 'layerVisible', 'limits', 'line', 'linecount', 'load', 'luma',
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4ENCODER_common.h | 90 M4ENCODER_kIYUYV, /**< YUV422 interlaced, luma first */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | 597 OMX_U32 cbpy; /* CBP Luma */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | 597 OMX_U32 cbpy; /* CBP Luma */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | 597 OMX_U32 cbpy; /* CBP Luma */ [all...] |