Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h189 } TOKENLIST; typedef
541 TOKENLIST *tplist;
Donyx_if.c1239 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows)); in vp8_alloc_compressor_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h398 } TOKENLIST; typedef
625 TOKENLIST *tplist[4][1 << 6];
Dvp9_encodeframe.c5545 TOKENLIST *tplist = cpi->tplist[0][0]; in vp9_init_tile_data()
/external/libaom/libaom/av1/encoder/
Dencoder.h568 } TOKENLIST; typedef
911 TOKENLIST *tplist[MAX_TILE_ROWS][MAX_TILE_COLS];
Dencodeframe.c4970 TOKENLIST *tplist = cpi->tplist[0][0]; in av1_init_tile_data()