Searched refs:decode_block (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 894 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block() function 1140 decode_block(twd, pbi, mi_row, mi_col, subsize, 1, 1); in decode_partition() 1144 decode_block(twd, pbi, mi_row, mi_col, subsize, n4x4_l2, n4x4_l2); in decode_partition() 1147 decode_block(twd, pbi, mi_row, mi_col, subsize, n4x4_l2, n8x8_l2); in decode_partition() 1149 decode_block(twd, pbi, mi_row + hbs, mi_col, subsize, n4x4_l2, in decode_partition() 1153 decode_block(twd, pbi, mi_row, mi_col, subsize, n8x8_l2, n4x4_l2); in decode_partition() 1155 decode_block(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2, in decode_partition()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1696 static void decode_block(AV1Decoder *const pbi, ThreadData *const td, in decode_block() function 1755 NULL, parse_decode_block, decode_block, parse_decode_block in decode_partition()
|