HomeSort by relevance Sort by last modified time
    Searched refs:TOKENLIST (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 62 DEFINE(tokenlist_start, offsetof(TOKENLIST, start));
63 DEFINE(tokenlist_stop, offsetof(TOKENLIST, stop));
64 DEFINE(TOKENLIST_SZ, sizeof(TOKENLIST));
  /external/libvpx/vp8/encoder/
onyx_int.h 200 } TOKENLIST;
589 TOKENLIST *tplist;
ethreading.c 413 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cpi->common.mb_rows));

Completed in 587 milliseconds