/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.h | 51 u8 *luma; member in struct:__anon15148
|
/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/base/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/base/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/webp/src/enc/ |
picture.c | 68 if (width <= 0 || height <= 0 || // check for luma/alpha param error 439 const int luma = 16839 * r + 33059 * g + 6420 * b; local 440 return (luma + kRound) >> YUV_FRAC; // no need to clip 497 // Import luma plane
|