Searched defs:luma (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_image.h51 u8 *luma; member in struct:__anon600
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdWriteMacroblock.s28 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
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdWriteMacroblock.S30 #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,
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp144 unsigned luma = local
147 dstY[x] = luma;
/frameworks/support/v7/palette/src/android/support/v7/graphics/
H A DPalette.java334 final float luma = swatch.getHsl()[2];
337 luma >= minLuma && luma <= maxLuma &&
339 float thisValue = createComparisonValue(sat, targetSaturation, luma, targetLuma,
358 // ...but we do have a dark vibrant, generate the value by modifying the luma
368 // ...but we do have a vibrant, generate the value by modifying the luma
462 float luma, float targetLuma,
466 invertDiff(luma, targetLuma), WEIGHT_LUMA,
461 createComparisonValue(float saturation, float targetSaturation, float luma, float targetLuma, int population, int highestPopulation) argument

Completed in 184 milliseconds