Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c913 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition() function
953 decode_partition(twd, pbi, mi_row, mi_col, subsize, n8x8_l2); in decode_partition()
954 decode_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in decode_partition()
955 decode_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in decode_partition()
956 decode_partition(twd, pbi, mi_row + hbs, mi_col + hbs, subsize, in decode_partition()
1449 decode_partition(tile_data, pbi, mi_row, mi_col, BLOCK_64X64, 4); in decode_tiles()
1539 decode_partition(tile_data, pbi, mi_row, mi_col, BLOCK_64X64, 4); in tile_worker_hook()