vp9_decodeframe.c | 338 static void decode_block(VP9_COMMON *const cm, MACROBLOCKD *const xd, function 425 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize); 429 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize); 432 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize); 434 decode_block(cm, xd, tile, mi_row + hbs, mi_col, r, subsize); 437 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize); 439 decode_block(cm, xd, tile, mi_row, mi_col + hbs, r, subsize); [all...] |