Home
last modified time | relevance | path

Searched refs:vp8_pack_tokens_c (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.h43 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount);
45 # define pack_tokens(a,b,c) vp8_pack_tokens_c(a,b,c)
Dbitstream.c162 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) in vp8_pack_tokens_c() function
401 vp8_pack_tokens_c(w, p, tokens); in pack_tokens_into_partitions_c()
420 vp8_pack_tokens_c(w, p, tokens); in pack_mb_row_tokens_c()