Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h36 typedef struct TileWorkerData { struct
45 } TileWorkerData; argument
65 TileWorkerData *tile_worker_data;
Dvp9_decodemv.h22 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,
Dvp9_detokenize.h22 int vp9_decode_block_tokens(TileWorkerData *twd, int plane,
Dvp9_decodeframe.c323 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 …]
Dvp9_detokenize.c233 int vp9_decode_block_tokens(TileWorkerData *twd, int plane, in vp9_decode_block_tokens()
Dvp9_decodemv.c833 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in vp9_read_mode_info()