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
916
vp9_wb_write_bit
(wb, lf->mode_ref_delta_enabled);
920
vp9_wb_write_bit
(wb, lf->mode_ref_delta_update);
929
vp9_wb_write_bit
(wb, 1);
933
vp9_wb_write_bit
(wb, delta < 0);
935
vp9_wb_write_bit
(wb, 0);
944
vp9_wb_write_bit
(wb, 1);
948
vp9_wb_write_bit
(wb, delta < 0);
950
vp9_wb_write_bit
(wb, 0);
[
all
...]
Completed in 231 milliseconds