Home
last modified time | relevance | path

Searched refs:TOKENLIST (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
Dasm_enc_offsets.c87 DEFINE(tokenlist_start, offsetof(TOKENLIST, start));
88 DEFINE(tokenlist_stop, offsetof(TOKENLIST, stop));
89 DEFINE(TOKENLIST_SZ, sizeof(TOKENLIST));
Donyx_int.h206 } TOKENLIST; typedef
615 TOKENLIST *tplist;
Donyx_if.c1382 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cpi->common.mb_rows)); in vp8_alloc_compressor_data()