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.h21 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
Dbitstream.c120 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()
Dethreading.c256 vp8_pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
Dencodeframe.c533 vp8_pack_tokens(w, tp_start, tok_count); in encode_mb_row()