Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h192 } TOKENLIST; typedef
546 TOKENLIST *tplist;
Donyx_if.c1240 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows)); in vp8_alloc_compressor_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h355 } TOKENLIST; typedef
623 TOKENLIST *tplist[4][1 << 6];
Dvp9_encodeframe.c5728 TOKENLIST *tplist = cpi->tplist[0][0]; in vp9_init_tile_data()
/external/libaom/libaom/av1/encoder/
Dencoder.h703 } TOKENLIST; typedef
1247 TOKENLIST *tplist[MAX_TILE_ROWS][MAX_TILE_COLS];
Dencodeframe.c5014 TOKENLIST *tplist = cpi->tplist[0][0]; in av1_init_tile_data()