Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c163 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) in vp8_pack_tokens_c() function
402 vp8_pack_tokens_c(w, p, tokens); in pack_tokens_into_partitions_c()
421 vp8_pack_tokens_c(w, p, tokens); in pack_mb_row_tokens_c()