Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.h18 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
Dbitstream.c127 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) { in vp8_pack_tokens() function
318 vp8_pack_tokens(w, p, tokens); in pack_tokens_into_partitions()
335 vp8_pack_tokens(w, p, tokens); in pack_mb_row_tokens()
1422 vp8_pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()
1425 vp8_pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()
Dethreading.c257 vp8_pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
Dencodeframe.c538 vp8_pack_tokens(w, tp_start, tok_count); in encode_mb_row()