Lines Matching defs:wb
68 static void encode_unsigned_max(struct vpx_write_bit_buffer *wb, int data, in encode_unsigned_max()
702 struct vpx_write_bit_buffer *wb) { in encode_loopfilter()
741 static void write_delta_q(struct vpx_write_bit_buffer *wb, int delta_q) { in write_delta_q()
752 struct vpx_write_bit_buffer *wb) { in encode_quantization()
760 struct vpx_write_bit_buffer *wb) { in encode_segmentation()
855 struct vpx_write_bit_buffer *wb) { in write_interp_filter()
887 struct vpx_write_bit_buffer *wb) { in write_tile_info()
1107 struct vpx_write_bit_buffer *wb) { in write_render_size()
1118 struct vpx_write_bit_buffer *wb) { in write_frame_size()
1126 struct vpx_write_bit_buffer *wb) { in write_frame_size_with_refs()
1159 static void write_sync_code(struct vpx_write_bit_buffer *wb) { in write_sync_code()
1166 struct vpx_write_bit_buffer *wb) { in write_profile()
1179 VP9_COMMON *const cm, struct vpx_write_bit_buffer *wb) { in write_bitdepth_colorspace_sampling()
1203 struct vpx_write_bit_buffer *wb) { in write_uncompressed_header()
1355 struct vpx_write_bit_buffer wb = { data, 0 }; in vp9_pack_bitstream() local