Searched refs:validate_buffer (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | boolhuff.h | 47 static int validate_buffer(const unsigned char *start, size_t len, in validate_buffer() function 94 validate_buffer(bc->buffer + bc->pos, 1, bc->buffer_end, bc->error); in vp8_encode_bool()
|
D | bitstream.c | 172 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error); in vp8_pack_tokens() 223 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error); in vp8_pack_tokens() 264 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error); in vp8_pack_tokens() 1026 validate_buffer(cx_data, 3, cx_data_end, &cpi->common.error); in vp8_pack_bitstream() 1039 validate_buffer(cx_data, 7, cx_data_end, &cpi->common.error); in vp8_pack_bitstream() 1309 validate_buffer(dp, 3 * (num_part - 1), cpi->partition_d_end[0], in vp8_pack_bitstream() 1343 validate_buffer(cx_data, 3 * (num_part - 1), cx_data_end, &pc->error); in vp8_pack_bitstream()
|