Home
last modified time | relevance | path

Searched refs:vp9_write_bit_buffer (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_write_bit_buffer.h22 struct vp9_write_bit_buffer { struct
27 size_t vp9_rb_bytes_written(struct vp9_write_bit_buffer *wb); argument
29 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit);
31 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits);
Dvp9_write_bit_buffer.c13 size_t vp9_rb_bytes_written(struct vp9_write_bit_buffer *wb) { in vp9_rb_bytes_written()
17 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) { in vp9_wb_write_bit()
30 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits) { in vp9_wb_write_literal()
Dvp9_bitstream.c62 static void encode_unsigned_max(struct vp9_write_bit_buffer *wb, in encode_unsigned_max()
684 struct vp9_write_bit_buffer *wb) { in encode_loopfilter()
723 static void write_delta_q(struct vp9_write_bit_buffer *wb, int delta_q) { in write_delta_q()
734 struct vp9_write_bit_buffer *wb) { in encode_quantization()
743 struct vp9_write_bit_buffer *wb) { in encode_segmentation()
842 struct vp9_write_bit_buffer *wb) { in write_interp_filter()
873 static void write_tile_info(VP9_COMMON *cm, struct vp9_write_bit_buffer *wb) { in write_tile_info()
980 struct vp9_write_bit_buffer *wb) {
991 struct vp9_write_bit_buffer *wb) {
999 struct vp9_write_bit_buffer *wb) {
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9cx.mk33 VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.c
34 VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.h