HomeSort by relevance Sort by last modified time
    Searched full:luma (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /external/libvpx/vpx/
vp8.h 19 * - Macro-block based coding (16x16 luma plus two 8x8 chroma)
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_format.h 100 LUMA = GGL_INDEX_Y,
  /external/webp/src/dec/
webp.c 165 uint8_t* luma, int luma_size, int luma_stride,
170 if (luma == NULL) return NULL;
175 output.u.YUVA.y = luma;
188 return luma;
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VPP_API.h 50 M4VPP_kIYUYV, /**< YUV422 interlaced, luma first */
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/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateHalfHor_Luma.c 12 * This function will calculate Half horizontal luma interpolation
omxVCM4P10_InterpolateLuma.c 27 * Performs quarter-pixel interpolation for inter luma MB. It is assumed that
omxVCM4P10_TransformDequantLumaDCFromPair.c 26 * Dequantize Luma DC block
omxVCM4P10_PredictIntra_16x16.c 28 * Perform Intra_16x16 prediction for luma samples. If the upper-right block
76 * OMX_VC_UPPER_RIGHT is not used in intra_16x16 luma prediction.
omxVCM4P10_MotionEstimationMB.c 752 * [in] pSrcCurrBuf - Pointer to the start of luma component of current Macroblock
754 * [in] pSrcRefY - Pointer to the start of luma component of co-located reference MB
900 * [in] pSrcCurrBuf - Pointer to the start of luma component of current Macroblock
1093 * [in] pSrcCurrBuf - Pointer to the start of luma component of current Macroblock
1095 * [in] pSrcRecBuf - Pointer to the start of luma component of co-located reconstructed MB
    [all...]
  /system/core/include/pixelflinger/
format.h 94 LUMA = GGL_INDEX_Y,
  /external/webp/src/enc/
vp8enci.h 239 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma.
252 int y_offset_, uv_offset_; // offset to the luma / chroma planes
269 uint64_t luma_bits_; // macroblock bit-cost for luma
373 uint8_t *y_top_; // top luma samples.
376 uint8_t *y_left_; // left luma samples (adressable from index -1 to 15).
  /frameworks/av/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. */
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 192 int LumaPadVal; // [IN] Luma pel value used to fill padding area
235 int LumaPadVal; // [IN] Luma pel value used to fill padding area
267 int LumaPadVal; // [IN] Luma pel value used to fill padding area
mfc_interface.h 91 unsigned int luma; member in struct:tag_frame_buf_arg
161 int in_luma_pad_val; /* [IN] Luma pel value used to fill padding area */
  /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 */
254 Set luma and chroma pointers in image_t for current MB
281 image->luma = (u8*)(image->data + col * 16 + tmp * 256);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Image.h 226 * tables for chroma and luma
286 * luma component
  /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/omxcore/inc/
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

Completed in 579 milliseconds

12 3 4 5