Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1175 static void recon_partition(TileWorkerData *twd, VP9Decoder *const pbi, in recon_partition() function
1217 recon_partition(twd, pbi, mi_row, mi_col, subsize, n8x8_l2); in recon_partition()
1218 recon_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in recon_partition()
1219 recon_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in recon_partition()
1220 recon_partition(twd, pbi, mi_row + hbs, mi_col + hbs, subsize, n8x8_l2); in recon_partition()
1786 recon_partition(tile_data, pbi, mi_row, mi_col, BLOCK_64X64, 4); in decode_tiles()