Home
last modified time | relevance | path

Searched refs:get_lsb (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vpx_ports/
Dbitops.h36 static INLINE int get_lsb(unsigned int n) { in get_lsb() function
49 static INLINE int get_lsb(unsigned int n) {
63 static INLINE int get_lsb(unsigned int n) {
/external/libvpx/vp8/encoder/x86/
Dquantize_sse4.c114 eob = get_lsb(mask); in vp8_regular_quantize_b_sse4_1()