Lines Matching refs:VP9Decoder
698 static void dec_build_inter_predictors_sb(VP9Decoder *const pbi, in dec_build_inter_predictors_sb()
894 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block()
994 static void recon_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in recon_block()
1027 static void parse_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in parse_block()
1119 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition()
1175 static void recon_partition(TileWorkerData *twd, VP9Decoder *const pbi, in recon_partition()
1227 static void parse_partition(TileWorkerData *twd, VP9Decoder *const pbi, in parse_partition()
1674 static void get_tile_buffers(VP9Decoder *pbi, const uint8_t *data, in get_tile_buffers()
1691 static const uint8_t *decode_tiles(VP9Decoder *pbi, const uint8_t *data, in decode_tiles()
1858 VP9Decoder *const pbi = (VP9Decoder *)arg2; in tile_worker_hook()
1954 static const uint8_t *decode_tiles_mt(VP9Decoder *pbi, const uint8_t *data, in decode_tiles_mt()
2179 static size_t read_uncompressed_header(VP9Decoder *pbi, in read_uncompressed_header()
2398 static int read_compressed_header(VP9Decoder *pbi, const uint8_t *data, in read_compressed_header()
2449 VP9Decoder *pbi, struct vpx_read_bit_buffer *rb, const uint8_t *data, in init_read_bit_buffer()
2487 void vp9_decode_frame(VP9Decoder *pbi, const uint8_t *data, in vp9_decode_frame()