Searched refs:TileWorkerData (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 36 typedef struct TileWorkerData { struct 45 } TileWorkerData; argument 65 TileWorkerData *tile_worker_data;
|
D | vp9_decodemv.h | 22 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,
|
D | vp9_detokenize.h | 22 int vp9_decode_block_tokens(TileWorkerData *twd, int plane,
|
D | vp9_decodeframe.c | 323 static void predict_and_reconstruct_intra_block(TileWorkerData *twd, in predict_and_reconstruct_intra_block() 354 static int reconstruct_inter_block(TileWorkerData *twd, MODE_INFO *const mi, in reconstruct_inter_block() 763 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block() 863 static INLINE int dec_partition_plane_context(TileWorkerData *twd, int mi_row, in dec_partition_plane_context() 875 static INLINE void dec_update_partition_context(TileWorkerData *twd, int mi_row, in dec_update_partition_context() 889 static PARTITION_TYPE read_partition(TileWorkerData *twd, int mi_row, in read_partition() 913 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition() 1381 TileWorkerData *tile_data = NULL; in decode_tiles() 1504 static int tile_worker_hook(TileWorkerData *const tile_data, in tile_worker_hook() 1593 TileWorkerData *const tile_data = in decode_tiles_mt() [all …]
|
D | vp9_detokenize.c | 233 int vp9_decode_block_tokens(TileWorkerData *twd, int plane, in vp9_decode_block_tokens()
|
D | vp9_decodemv.c | 833 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in vp9_read_mode_info()
|