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

12 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/thumbnails/
simple_thumbnail_crop.h 32 // luma. Higher boring scores indicate that a higher percentage of a
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_InterpolateHalfDiag_Luma.c 12 * This functions will help to calculate Half Pel luma interpolation
omxVCM4P10_DeblockLuma_I.c 13 * H.264 luma deblock
30 * vertical edges of a luma macroblock (16x16).
omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c 13 * H.264 luma deblock module
28 * Performs in-place deblock filtering on four horizontal edges of the luma
omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c 13 * H.264 luma deblock module
28 * Performs in-place deblock filtering on four vertical edges of the luma
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...]
  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 46 // difference of allowing larger range for luma/chroma.
243 const int luma = 16839 * r + 33059 * g + 6420 * b; local
244 return (luma + kRound) >> YUV_FIX; // no need to clip
264 const int luma = 19595 * r + 38470 * g + 7471 * b; local
265 return (luma + kRound) >> YUV_FIX; // no need to clip
  /external/webp/src/dsp/
yuv.h 46 // difference of allowing larger range for luma/chroma.
243 const int luma = 16839 * r + 33059 * g + 6420 * b; local
244 return (luma + kRound) >> YUV_FIX; // no need to clip
264 const int luma = 19595 * r + 38470 * g + 7471 * b; local
265 return (luma + kRound) >> YUV_FIX; // no need to clip
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 65 Write one macroblock into the image. Both luma and chroma
70 luma followed by 64 values for both chroma components
101 lum = (u32*)image->luma;
157 luma followed by 64 values for both chroma components
159 residual pointer to residual data, 16 16-element arrays for luma
  /development/tools/yuv420sp2rgb/
cmdline.c 29 "process the luma plane only",
  /external/chromium/chrome/common/
thumbnail_score.h 35 // percentage of pixels that are the most common luma. Higher boring
  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 74 // Constraints are: We need to store one 16x16 block of luma samples (y),
78 // extra top-right samples for luma (intra4x4 prediction only).
241 uint8_t* y_t_; // top luma samples: 16 * mb_w_
267 // for luma (bits #0->#15), then 4 bits for chroma-u (#16->#19) and 4 bits for
  /external/libvpx/libvpx/vpx/
vp8.h 19 * - Macro-block based coding (16x16 luma plus two 8x8 chroma)
  /external/webp/src/dec/
vp8i.h 74 // Constraints are: We need to store one 16x16 block of luma samples (y),
78 // extra top-right samples for luma (intra4x4 prediction only).
241 uint8_t* y_t_; // top luma samples: 16 * mb_w_
267 // for luma (bits #0->#15), then 4 bits for chroma-u (#16->#19) and 4 bits for
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VPP_API.h 50 M4VPP_kIYUYV, /**< YUV422 interlaced, luma first */
  /pdk/apps/CameraITS/tests/
test_param_black_level_lock.py 65 pylab.xlabel("Luma DN, showing [0:16] out of full [0:256] range")
  /system/core/include/pixelflinger/
format.h 94 LUMA = GGL_INDEX_Y,
  /external/chromium_org/ui/gfx/
color_utils.cc 80 int luma = static_cast<int>((0.3 * SkColorGetR(color)) + local
83 return std::max(std::min(luma, 255), 0);
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 261 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma.
274 int y_offset_, uv_offset_; // offset to the luma / chroma planes
291 uint64_t luma_bits_; // macroblock bit-cost for luma
442 uint8_t *y_top_; // top luma samples.
445 uint8_t *y_left_; // left luma samples (adressable from index -1 to 15).
  /external/webp/src/enc/
vp8enci.h 261 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma.
274 int y_offset_, uv_offset_; // offset to the luma / chroma planes
291 uint64_t luma_bits_; // macroblock bit-cost for luma
442 uint8_t *y_top_; // top luma samples.
445 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).

Completed in 722 milliseconds

12 3 4 5 6 7 8