Searched refs:get_msb (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_systemdependent.h48 static INLINE int get_msb(unsigned int n) { function
54 static INLINE int get_msb(unsigned int n) { function
62 static INLINE int get_msb(unsigned int n) { function
H A Dvp9_common.h64 return num_values > 0 ? get_msb(num_values) + 1 : 0;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_systemdependent.h48 static INLINE int get_msb(unsigned int n) { function
54 static INLINE int get_msb(unsigned int n) { function
62 static INLINE int get_msb(unsigned int n) { function
H A Dvp9_common.h64 return num_values > 0 ? get_msb(num_values) + 1 : 0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c52 static int get_msb(unsigned int bit, unsigned int r400_ext_addr) function
138 int msbc = get_msb(R400_ADDR_EXT_RGB_MSB_BIT(j),
140 int msba = get_msb(R400_ADDR_EXT_A_MSB_BIT(j),
158 unsigned int msb = get_msb(
188 unsigned int msb = get_msb(
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c52 static int get_msb(unsigned int bit, unsigned int r400_ext_addr) function
138 int msbc = get_msb(R400_ADDR_EXT_RGB_MSB_BIT(j),
140 int msba = get_msb(R400_ADDR_EXT_A_MSB_BIT(j),
158 unsigned int msb = get_msb(
188 unsigned int msb = get_msb(
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rd.c361 const int k = get_msb(tmp) - 3;
/external/valgrind/main/VEX/priv/
H A Dguest_mips_toIR.c662 static UInt get_msb(UInt mipsins) function
2181 UChar lenM1 = get_msb(theInstr);
14551 msb = get_msb(cins);
14569 msb = get_msb(cins);
14590 msb = get_msb(cins);
14644 msb = get_msb(cins);
14709 msb = get_msb(cins);
14826 msb = get_msb(cins);
14879 msb = get_msb(cins);
14901 msb = get_msb(cin
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c393 int k = get_msb(tmp) - 3;

Completed in 411 milliseconds