Searched refs:vp8_pack_tokens (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.h | 21 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
|
D | bitstream.c | 120 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) { in vp8_pack_tokens() function 311 vp8_pack_tokens(w, p, tokens); in pack_tokens_into_partitions() 328 vp8_pack_tokens(w, p, tokens); in pack_mb_row_tokens() 1371 vp8_pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream() 1374 vp8_pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()
|
D | ethreading.c | 256 vp8_pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
|
D | encodeframe.c | 533 vp8_pack_tokens(w, tp_start, tok_count); in encode_mb_row()
|