Searched refs:TOKENLIST (Results 1 – 3 of 3) sorted by relevance
75 DEFINE(tokenlist_start, offsetof(TOKENLIST, start));76 DEFINE(tokenlist_stop, offsetof(TOKENLIST, stop));77 DEFINE(TOKENLIST_SZ, sizeof(TOKENLIST));
212 } TOKENLIST; typedef544 TOKENLIST *tplist;
1258 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows)); in vp8_alloc_compressor_data()