OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_wb_write_bit
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_write_bit_buffer.h
27
static void
vp9_wb_write_bit
(struct vp9_write_bit_buffer *wb, int bit) {
function
44
vp9_wb_write_bit
(wb, (data >> bit) & 1);
vp9_bitstream.c
[
all
...]
Completed in 32 milliseconds