/development/tools/yuv420sp2rgb/ |
cmdline.c | 29 "process the luma plane only",
|
/system/core/include/pixelflinger/ |
format.h | 94 LUMA = GGL_INDEX_Y,
|
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
avclib_common.h | 55 \param "padding" "Flag specifying whether padding in luma component is needed (used for encoding)." 68 \param "padding" "Flag specifying whether padding in luma component is needed (used for encoding)." 243 \param "PicWidthInMbs" "Width of the luma picture in macroblock unit." 255 \param "PicWidthInMbs" "Width of the luma picture in macroblock unit." 268 \param "PicWidthInMbs" "Width of the luma picture in macroblock unit." 379 This function performs prediction of the nonzero coefficient for a luma block (i,j).
|
avcapi_common.h | 143 /** In/Out: Coded width of the luma component, it has to be multiple of 16. */ 146 /** In/Out: Coded height of the luma component, must be multiple of 16. */
|
avcint_common.h | 601 int QPy; /* Luma QP */ 621 /* Luma [0-399], Cb [400-543], Cr[544-687] */ 688 /* starting from luma, Cb and Cr, lsb toward msb */ 792 From zigzag to raster for luma DC value */ [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 53 \param "padding" "Flag specifying whether padding in luma component is needed (used for encoding)." 66 \param "padding" "Flag specifying whether padding in luma component is needed (used for encoding)." 241 \param "PicWidthInMbs" "Width of the luma picture in macroblock unit." 253 \param "PicWidthInMbs" "Width of the luma picture in macroblock unit." 266 \param "PicWidthInMbs" "Width of the luma picture in macroblock unit." 377 This function performs prediction of the nonzero coefficient for a luma block (i,j).
|
avcapi_common.h | 145 /** In/Out: Coded width of the luma component, it has to be multiple of 16. */ 148 /** In/Out: Coded height of the luma component, must be multiple of 16. */
|
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...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
avcenc_int.h | 49 #define _LUMA_COEFF_COST_ 4 //!< threshold for luma coeffs 51 #define _LUMA_MB_COEFF_COST_ 5 //!< threshold for luma coeffs of inter Macroblocks 52 #define _LUMA_8x8_COEFF_COST_ 5 //!< threshold for luma coeffs of 8x8 Inter Partition
|
avcenc_lib.h | 325 \param "orgY" "Pointer to the original luma MB." 333 \param "org" "Pointer to the original luma MB." 413 This function is called for luma motion compensation. 414 \param "ref" "Pointer to the origin of a reference luma." 509 around the luma and 8 pixels around the chromas. 536 \param "pitch" "Stride size of the input frame (luma)." 727 This function translates the luma QP to chroma QP and calculates lambda based on QP. [all...] |
slice.cpp | 439 /* DC transform for luma I16 mode */ 451 /* VLC encoding for luma */
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Image.h | 243 * tables for chroma and luma 303 * luma component
|
/external/webkit/WebCore/svg/ |
SVGMaskElement.cpp | 249 double luma = (r * 0.2125 + g * 0.7154 + b * 0.0721) * ((double)a / 255.0); local 250 srcPixelArray->set(pixelOffset + 3, luma);
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Image.h | 226 * tables for chroma and luma
286 * luma component
|
/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/opencore/codecs_v2/video/avc_h264/dec/src/ |
avcdec_lib.h | 78 This function is called for luma motion compensation. 79 \param "ref" "Pointer to the origin of a reference luma." 96 Functions below are special cases for luma motion compensation. 102 \param "ref" "Pointer to the origin of a reference luma."
|
/frameworks/base/media/libstagefright/codecs/avc/dec/src/ |
avcdec_lib.h | 78 This function is called for luma motion compensation. 79 \param "ref" "Pointer to the origin of a reference luma." 96 Functions below are special cases for luma motion compensation. 102 \param "ref" "Pointer to the origin of a reference luma."
|
/frameworks/base/graphics/java/android/graphics/ |
YuvImage.java | 115 * in it are not matched with the luma pixels in it.
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
post_filter.cpp | 70 /* Luma */
|
chv_filter.cpp | 161 chr : luma or color indication 162 == 0 luma
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
post_filter.cpp | 70 /* Luma */
|
chv_filter.cpp | 160 chr : luma or color indication 161 == 0 luma
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_DSP.h | 246 OMX_U32 chromaQPIndexOffset ; /*Specifies offset to be added to luma QP for addressing QPC values table for chroma components. Valid value is between -12 and 12, (inclusive)*/
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
OMX_JpegEnc_Utils.h | 234 /* The array "lum_quant_tab" defines the quantization table for the luma component. */
|