OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_msb
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vpx_ports/
bitops.h
30
// These versions of
get_msb
() are only valid when n != 0 because all
37
static INLINE int
get_msb
(unsigned int n) {
function
44
static INLINE int
get_msb
(unsigned int n) {
function
53
static INLINE int
get_msb
(unsigned int n) {
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_systemdependent.h
48
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
vp9_common.h
64
return num_values > 0 ?
get_msb
(num_values) + 1 : 0;
/external/libvpx/libvpx/vp9/common/
vp9_common.h
44
return num_values > 0 ?
get_msb
(num_values) + 1 : 0;
/external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c
52
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/libvpx/libvpx/vp9/encoder/
vp9_rd.c
382
const int k =
get_msb
(tmp) - 3;
/external/valgrind/VEX/priv/
guest_mips_toIR.c
662
static UInt
get_msb
(UInt mipsins)
function
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c
393
int k =
get_msb
(tmp) - 3;
[
all
...]
Completed in 389 milliseconds