Searched refs:TOKENLIST (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dvp8_asm_enc_offsets.c75 DEFINE(tokenlist_start, offsetof(TOKENLIST, start));
76 DEFINE(tokenlist_stop, offsetof(TOKENLIST, stop));
77 DEFINE(TOKENLIST_SZ, sizeof(TOKENLIST));
H A Donyx_int.h209 } TOKENLIST; typedef in typeref:struct:__anon13092
543 TOKENLIST *tplist;
H A Donyx_if.c1281 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows));
/external/libvpx/libvpx/vp8/encoder/
H A Dvp8_asm_enc_offsets.c75 DEFINE(tokenlist_start, offsetof(TOKENLIST, start));
76 DEFINE(tokenlist_stop, offsetof(TOKENLIST, stop));
77 DEFINE(TOKENLIST_SZ, sizeof(TOKENLIST));
H A Donyx_int.h212 } TOKENLIST; typedef in typeref:struct:__anon24882
544 TOKENLIST *tplist;
H A Donyx_if.c1258 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows));

Completed in 118 milliseconds