OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_unsigned_bits
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_common.h
58
static int
get_unsigned_bits
(unsigned int num_values) {
function
/external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c
23
int l =
get_unsigned_bits
(n);
116
int l =
get_unsigned_bits
(n);
vp9_bitstream.c
163
vp9_wb_write_literal(wb, data,
get_unsigned_bits
(max));
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_dsubexp.c
24
const int l =
get_unsigned_bits
(n);
vp9_decodframe.c
87
const int data = vp9_rb_read_literal(rb,
get_unsigned_bits
(max));
[
all
...]
Completed in 587 milliseconds