Home
last modified time | relevance | path

Searched defs:tplist (Results 1 – 5 of 5) sorted by relevance

/external/libaom/av1/encoder/
Dtokenize.h62 TokenList *tplist[MAX_TILE_ROWS][MAX_TILE_COLS]; member
Dencodeframe.c1336 TokenList *tplist = token_info->tplist[0][0]; in av1_init_tile_data() local
1397 TokenList *const tplist = cpi->token_info.tplist[tile_row][tile_col]; in get_token_start() local
1417 TokenList *const tplist = token_info->tplist[tile_row][tile_col]; in populate_token_count() local
/external/libvpx/vp8/encoder/
Donyx_int.h550 TOKENLIST *tplist; member
/external/libvpx/vp9/encoder/
Dvp9_encoder.h809 TOKENLIST *tplist[4][1 << 6]; member
Dvp9_encodeframe.c5851 TOKENLIST *tplist = cpi->tplist[0][0]; in vp9_init_tile_data() local