Home | History | Annotate | Download | only in encode

Lines Matching refs:byte_buf

1085     unsigned char *byte_buf;
1118 byte_buf = (unsigned char *)sei_bp_bs.buffer;
1120 bitstream_put_ui(&nal_bs, byte_buf[i], 8);
1122 free(byte_buf);
1127 byte_buf = (unsigned char *)sei_pic_bs.buffer;
1129 bitstream_put_ui(&nal_bs, byte_buf[i], 8);
1131 free(byte_buf);