Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dvp8_asm_enc_offsets.c75 DEFINE(tokenlist_start, offsetof(TOKENLIST, start));
76 DEFINE(tokenlist_stop, offsetof(TOKENLIST, stop));
77 DEFINE(TOKENLIST_SZ, sizeof(TOKENLIST));
Donyx_int.h212 } TOKENLIST; typedef
544 TOKENLIST *tplist;
Donyx_if.c1258 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows)); in vp8_alloc_compressor_data()