Lines Matching refs:VP9_COMMON

99 static REFERENCE_MODE read_frame_reference_mode(const VP9_COMMON *cm,  in read_frame_reference_mode()
110 static void read_frame_reference_mode_probs(VP9_COMMON *cm, vpx_reader *r) { in read_frame_reference_mode_probs()
786 static MODE_INFO *set_offsets_recon(VP9_COMMON *const cm, MACROBLOCKD *const xd, in set_offsets_recon()
805 static MODE_INFO *set_offsets(VP9_COMMON *const cm, MACROBLOCKD *const xd, in set_offsets()
896 VP9_COMMON *const cm = &pbi->common; in decode_block()
996 VP9_COMMON *const cm = &pbi->common; in recon_block()
1029 VP9_COMMON *const cm = &pbi->common; in parse_block()
1122 VP9_COMMON *const cm = &pbi->common; in decode_partition()
1178 VP9_COMMON *const cm = &pbi->common; in recon_partition()
1230 VP9_COMMON *const cm = &pbi->common; in parse_partition()
1404 static void setup_quantization(VP9_COMMON *const cm, MACROBLOCKD *const xd, in setup_quantization()
1419 static void setup_segmentation_dequant(VP9_COMMON *const cm) { in setup_segmentation_dequant()
1453 static void setup_render_size(VP9_COMMON *cm, struct vpx_read_bit_buffer *rb) { in setup_render_size()
1460 static void resize_mv_buffer(VP9_COMMON *cm) { in resize_mv_buffer()
1469 static void resize_context_buffers(VP9_COMMON *cm, int width, int height) { in resize_context_buffers()
1507 static void setup_frame_size(VP9_COMMON *cm, struct vpx_read_bit_buffer *rb) { in setup_frame_size()
1545 static void setup_frame_size_with_refs(VP9_COMMON *cm, in setup_frame_size_with_refs()
1621 static void setup_tile_info(VP9_COMMON *cm, struct vpx_read_bit_buffer *rb) { in setup_tile_info()
1693 VP9_COMMON *const cm = &pbi->common; in decode_tiles()
1863 VP9_COMMON *cm = &pbi->common; in tile_worker_hook()
1956 VP9_COMMON *const cm = &pbi->common; in decode_tiles_mt()
2115 VP9_COMMON *const cm = (VP9_COMMON *)data; in error_handler()
2119 static void read_bitdepth_colorspace_sampling(VP9_COMMON *cm, in read_bitdepth_colorspace_sampling()
2163 static INLINE void flush_all_fb_on_key(VP9_COMMON *cm) { in flush_all_fb_on_key()
2181 VP9_COMMON *const cm = &pbi->common; in read_uncompressed_header()
2400 VP9_COMMON *const cm = &pbi->common; in read_compressed_header()
2489 VP9_COMMON *const cm = &pbi->common; in vp9_decode_frame()