Searched refs:h264bsdCountLeadingZeros (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdCountLeadingZeros.s22 EXPORT h264bsdCountLeadingZeros
31 ; Function: h264bsdCountLeadingZeros
43 h264bsdCountLeadingZeros label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h166 u32 h264bsdCountLeadingZeros(u32 value, u32 length);
168 u32 h264bsdCountLeadingZeros(u32 value);
H A Dh264bsd_vlc.c152 numZeros = 4 + h264bsdCountLeadingZeros(bits, 28);
154 numZeros = h264bsdCountLeadingZeros(bits);
H A Dh264bsd_util.c26 h264bsdCountLeadingZeros
62 5.1 Function: h264bsdCountLeadingZeros
80 u32 h264bsdCountLeadingZeros(u32 value, u32 length) function
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdCountLeadingZeros.S30 Function: h264bsdCountLeadingZeros
42 function h264bsdCountLeadingZeros, export=1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DAndroid.mk44 ./source/arm_neon_asm_gcc/h264bsdCountLeadingZeros.S \

Completed in 103 milliseconds