Lines Matching defs:twd

309 static void predict_and_reconstruct_intra_block(TileWorkerData *twd,  in predict_and_reconstruct_intra_block()
340 static void parse_intra_block_row_mt(TileWorkerData *twd, MODE_INFO *const mi, in parse_intra_block_row_mt()
364 static void predict_and_reconstruct_intra_block_row_mt(TileWorkerData *twd, in predict_and_reconstruct_intra_block_row_mt()
393 static int reconstruct_inter_block(TileWorkerData *twd, MODE_INFO *const mi, in reconstruct_inter_block()
423 static int parse_inter_block_row_mt(TileWorkerData *twd, MODE_INFO *const mi, in parse_inter_block_row_mt()
439 static int reconstruct_inter_block_row_mt(TileWorkerData *twd, in reconstruct_inter_block_row_mt()
534 static void extend_and_predict(TileWorkerData *twd, const uint8_t *buf_ptr1, in extend_and_predict()
558 static void extend_and_predict(TileWorkerData *twd, const uint8_t *buf_ptr1, in extend_and_predict()
579 TileWorkerData *twd, MACROBLOCKD *xd, int plane, int bw, int bh, int x, in dec_build_inter_predictors()
716 static void dec_build_inter_predictors_sb(TileWorkerData *twd, in dec_build_inter_predictors_sb()
854 TileWorkerData *twd, in predict_recon_inter()
885 TileWorkerData *twd, in predict_recon_intra()
913 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block()
1031 static void recon_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in recon_block()
1064 static void parse_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in parse_block()
1123 static INLINE int dec_partition_plane_context(TileWorkerData *twd, int mi_row, in dec_partition_plane_context()
1135 static INLINE void dec_update_partition_context(TileWorkerData *twd, int mi_row, in dec_update_partition_context()
1149 static PARTITION_TYPE read_partition(TileWorkerData *twd, int mi_row, in read_partition()
1173 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition()
1229 static void process_partition(TileWorkerData *twd, VP9Decoder *const pbi, in process_partition()