| /frameworks/av/libvideoeditor/vss/common/inc/ |
| M4VIFI_FiltersAPI.h | 93 * sizes (in pixels) are luma plane sizes, the 3 pointers point 100 M4VIFI_UInt32 u_width; /**< Width of luma in pixel unit */ 101 M4VIFI_UInt32 u_height; /**< Height of luma in pixel unit */ [all...] |
| /frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
| avcenc_int.h | 51 #define _LUMA_COEFF_COST_ 4 //!< threshold for luma coeffs 53 #define _LUMA_MB_COEFF_COST_ 5 //!< threshold for luma coeffs of inter Macroblocks 54 #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...] |
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
| h264bsd_util.c | 51 /* look-up table for chroma quantization parameter as a function of luma QP */ 252 Set luma and chroma pointers in image_t for current MB 279 image->luma = (u8*)(image->data + col * 16 + tmp * 256);
|
| h264bsd_image.h | 51 u8 *luma; member in struct:__anon31697
|
| /external/chromium_org/third_party/libwebp/dec/ |
| idec.c | 646 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, 650 const int is_external_memory = (luma != NULL); 659 } else { // A luma buffer was passed. Validate the other parameters. 674 idec->output_.u.YUVA.y = luma; 689 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride, 692 return WebPINewYUVA(luma, luma_size, luma_stride,
|
| /external/webp/src/dec/ |
| idec.c | 650 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, 654 const int is_external_memory = (luma != NULL); 663 } else { // A luma buffer was passed. Validate the other parameters. 678 idec->output_.u.YUVA.y = luma; 693 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride, 696 return WebPINewYUVA(luma, luma_size, luma_stride,
|
| /external/chromium_org/third_party/libwebp/dsp/ |
| dsp.h | 117 // simple filter (only for luma) 125 typedef void (*VP8LumaFilterFunc)(uint8_t* luma, int stride,
|
| /external/webp/src/dsp/ |
| dsp.h | 117 // simple filter (only for luma) 125 typedef void (*VP8LumaFilterFunc)(uint8_t* luma, int stride,
|
| /frameworks/av/media/libstagefright/codecs/avc/common/include/ |
| 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. */
|
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
| omxVCM4P10_InterpolateLuma_s.s | 17 ;// Performs quarter pel interpolation of inter luma MB. 107 ;// Interpolation of luma is implemented by processing block of pixels, size 4x4 at a time.
|
| /frameworks/native/include/media/openmax/ |
| OMX_Image.h | 243 * tables for chroma and luma 303 * luma component
|
| /hardware/qcom/media/mm-core/inc/ |
| OMX_Image.h | 226 * tables for chroma and luma 286 * luma component
|
| /hardware/qcom/media/mm-core/omxcore/inc/ |
| OMX_Image.h | 226 * tables for chroma and luma 286 * luma component
|
| /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
| OMX_Image.h | 226 * tables for chroma and luma 286 * luma component
|
| /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
| OMX_Image.h | 226 * tables for chroma and luma
286 * luma component
|
| /hardware/ti/omap4xxx/domx/omx_core/inc/ |
| OMX_Image.h | 226 * tables for chroma and luma 286 * luma component
|
| /external/chromium/chrome/browser/tab_contents/ |
| thumbnail_generator.h | 103 // luma. Higher boring scores indicate that a higher percentage of a
|
| /external/chromium_org/chrome/common/ |
| thumbnail_score.h | 34 // percentage of pixels that are the most common luma. Higher boring
|
| /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/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 */
|
| /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
|
| /external/libvpx/libvpx/ |
| y4minput.c | 151 lines, and they are vertically co-sited with the luma samples in both the 186 /*Skip past the luma data.*/ 251 /*Skip past the luma data.*/ 405 /*Skip past the luma data.*/ 470 /*Skip past the luma data.*/ 546 /*Skip past the luma data.*/ 609 /*Skip past the luma data.*/ [all...] |