Searched defs:luma (Results 1 - 3 of 3) sorted by last modified time

/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/codecs/on2/h264dec/source/
H A Dh264bsd_image.h51 u8 *luma; member in struct:__anon816

Completed in 2146 milliseconds