Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.h35 # define pack_tokens(a,b,c) \ macro
45 # define pack_tokens(a,b,c) vp8_pack_tokens_c(a,b,c)
Dethreading.c249 pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
Dencodeframe.c565 pack_tokens(w, tp_start, tok_count); in encode_mb_row()
Dbitstream.c1680 pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()