HomeSort by relevance Sort by last modified time
    Searched refs:TileWorkerData (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.h 22 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,
vp9_detokenize.h 22 int vp9_decode_block_tokens(TileWorkerData *twd, int plane,
vp9_decoder.h 36 typedef struct TileWorkerData {
45 } TileWorkerData;
65 TileWorkerData *tile_worker_data;
vp9_decodeframe.c 323 static void predict_and_reconstruct_intra_block(TileWorkerData *twd,
354 static int reconstruct_inter_block(TileWorkerData *twd, MODE_INFO *const mi,
763 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,
863 static INLINE int dec_partition_plane_context(TileWorkerData *twd, int mi_row,
875 static INLINE void dec_update_partition_context(TileWorkerData *twd, int mi_row,
    [all...]
vp9_detokenize.c 233 int vp9_decode_block_tokens(TileWorkerData *twd, int plane,
vp9_decodemv.c 833 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,

Completed in 241 milliseconds