Searched refs:luma (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
D | h264bsdWriteMacroblock.S | 30 #define luma r3 macro 96 LDR luma, [image, #0xC] 101 @ Write luma 106 VST1.8 {qRow0}, [luma,:128], width 108 VST1.8 {qRow1}, [luma,:128], width 110 VST1.8 {qRow2}, [luma,:128], width 112 VST1.8 {qRow3}, [luma,:128], width 114 VST1.8 {qRow4}, [luma,:128], width 116 VST1.8 {qRow5}, [luma,:128], width 118 VST1.8 {qRow6}, [luma,:128], width [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
D | h264bsdWriteMacroblock.s | 28 luma RN 3 label 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], width 114 VST1 {qRow5}, [luma@128], width 116 VST1 {qRow6}, [luma@128], width [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_image.h | 51 u8 *luma; member
|
D | h264bsd_util.c | 279 image->luma = (u8*)(image->data + col * 16 + tmp * 256); in h264bsdSetCurrImageMbPointers()
|
D | h264bsd_image.c | 101 lum = (u32*)image->luma; in h264bsdWriteMacroblock()
|
D | h264bsd_macroblock_layer.c | 1240 if (h264bsdIntra16x16Prediction(pMb, data, image->luma, in ProcessIntra16x16Residual() 1298 if (h264bsdIntra4x4Prediction(pMb, p, mbLayer, image->luma, in ProcessIntra4x4Residual()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 484 unsigned luma = in ConvertRGB32ToPlanar() local 487 dstY[x] = luma; in ConvertRGB32ToPlanar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 299 private static float luma(int bgcolor) { in luma() method in MLand 1072 mScoreField.setTextColor(luma(color) > 0.7f ? 0xFF000000 : 0xFFFFFFFF);
|