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

1 2 3 4 5

  /external/clang/test/CodeGen/
struct-matching-constraint.c 5 void b(uint16x8_t sat, uint16x8_t luma)
9 :"=w"(luma), "=w"(sat)
10 :"0"(luma)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdWriteMacroblock.s 28 luma RN 3 label
74 ; Write one macroblock into the image. Both luma and chroma
79 ; luma followed by 64 values for both chroma components
94 LDR luma, [image, #0xC]
99 ; Write luma
104 VST1 {qRow0}, [luma@128], width
106 VST1 {qRow1}, [luma@128], width
108 VST1 {qRow2}, [luma@128], width
110 VST1 {qRow3}, [luma@128], width
112 VST1 {qRow4}, [luma@128], widt
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdWriteMacroblock.S 30 #define luma r3 define
76 Write one macroblock into the image. Both luma and chroma
81 luma followed by 64 values for both chroma components
96 LDR luma, [image, #0xC]
101 @ Write luma
106 VST1 {qRow0}, [luma,:128], width
108 VST1 {qRow1}, [luma,:128], width
110 VST1 {qRow2}, [luma,:128], width
112 VST1 {qRow3}, [luma,:128], width
114 VST1 {qRow4}, [luma,:128], widt
    [all...]
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
FXAA.frag 43 vec3 luma = vec3(0.299, 0.587, 0.114);
44 float lumaNW = dot(rgbNW, luma);
45 float lumaNE = dot(rgbNE, luma);
46 float lumaSW = dot(rgbSW, luma);
47 float lumaSE = dot(rgbSE, luma);
48 float lumaM = dot(rgbM, luma);
72 float lumaB = dot(rgbB, luma);
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 56 /* apply luma factor */
69 /* very specific case : set luma plane to 16 */
193 /* apply luma factor */
409 /* Set pointers to the beginning of the next row for image luma plane */
425 /* Get Luma value (x,y) of input Image1 */
432 /* Get Luma value (x,y) of input Image2 */
439 /* Compute Luma value (x,y) of Output image */
449 /* Get Luma value (x,y+1) of input Image1 */
452 /* Get Luma value (x,y+1) of input Image2 */
455 /* Compute Luma value (x,y+1) of Output image*
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c 200 pCTX->virFrmBuf.luma = DecArg.args.dec_init.out_u_addr.luma;
203 pCTX->phyFrmBuf.luma = DecArg.args.dec_init.out_p_addr.luma;
205 pCTX->sizeFrmBuf.luma = DecArg.args.dec_init.out_frame_buf_size.luma;
236 DecArg.args.dec_exe.in_frm_buf.luma = pCTX->phyFrmBuf.luma;
238 DecArg.args.dec_exe.in_frm_size.luma = pCTX->sizeFrmBuf.luma;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformQuant_LumaDC.c 12 * This function will calculate 4x4 hadamard transform of luma DC coefficients
28 * This function performs a 4x4 Hadamard transform of luma DC coefficients
33 * pSrcDst - Pointer to the 4x4 array of luma DC coefficients. 16-byte
armVCM4P10_Interpolate_Luma.c 12 * This function will calculate interpolation for luma components
68 * This function performs interpolation for luma components.
omxVCM4P10_InvTransformDequant_LumaDC.c 12 * This function will calculate 4x4 hadamard transform of luma DC coefficients
68 /* Inv Hadamard Transform for DC Luma 4x4 block */
armVCM4P10_InterpolateHalfHor_Luma.c 12 * This functions will help to calculate Half Pel luma interpolation
armVCM4P10_InterpolateHalfVer_Luma.c 12 * This functions will help to calculate Half Pel luma interpolation
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
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
GammaCorrectionFilter.java 13 * @version 1.1 added luma
  /external/webp/include/webp/
decode.h 59 // Y luma one. The dimension of the U and V planes are both (*width + 1) / 2
96 // into pre-allocated luma/chroma plane buffers. This function requires the
97 // strides to be passed: one for the luma plane and one for each of the
100 // Pointer to the luma plane ('*luma') is returned or NULL if an error occurred
104 uint8_t* luma, int luma_size, int luma_stride,
129 uint8_t* y, *u, *v, *a; // pointer to luma, chroma U/V, alpha samples
130 int y_stride; // luma stride
133 int y_size; // luma plane size
226 // will output the raw luma/chroma samples into a preallocated planes. The lum
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DeblockLuma_I.c 13 * H.264 luma deblock
29 * This function performs deblock filtering the horizontal and vertical edges of a luma macroblock
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DeblockLuma_I.c 13 * H.264 luma deblock
29 * This function performs deblock filtering the horizontal and vertical edges of a luma macroblock
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c 383 EncArg.args.enc_exe.in_Y_addr = (unsigned int)pCTX->phyFrmBuf.luma;
385 EncArg.args.enc_exe.in_Y_addr_vir = (unsigned int)pCTX->virFrmBuf.luma;
428 free_arg.args.mem_free.u_addr = pCTX->virFrmBuf.luma;
492 /* Allocate luma & chroma buf */
500 pCTX->virFrmBuf.luma = user_addr_arg.args.mem_alloc.out_uaddr;
502 pCTX->phyFrmBuf.luma = user_addr_arg.args.mem_alloc.out_paddr;
505 pCTX->sizeFrmBuf.luma = (unsigned int)y_size;
509 input_info->YPhyAddr = (void*)pCTX->phyFrmBuf.luma;
511 input_info->YVirAddr = (void*)pCTX->virFrmBuf.luma;
533 pCTX->phyFrmBuf.luma = (unsigned int)input_info->YPhyAddr
    [all...]
  /external/webp/src/dec/
vp8i.h 69 // Constraints are: We need to store one 16x16 block of luma samples (y),
73 // extra top-right samples for luma (intra4x4 prediction only).
219 uint8_t* y_t_; // top luma samples: 16 * mb_w_
244 // for luma (bits #0->#15), then 4 bits for chroma-u (#16->#19) and 4 bits for
328 // simple filter (only for luma)
336 typedef void (*VP8LumaFilterFunc)(uint8_t* luma, int stride,
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMasker.cpp 174 double luma = (r * 0.2125 + g * 0.7154 + b * 0.0721) * ((double)a / 255.0); local
175 srcPixelArray->set(pixelOffset + 3, luma);
  /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

Completed in 613 milliseconds

1 2 3 4 5