Searched refs:allow_screen_content_tools (Results 1 – 12 of 12) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconintra.h | 59 return frame_is_intra_only(cm) && cm->allow_screen_content_tools && in av1_allow_intrabc()
|
D | blockd.h | 1071 static INLINE int av1_allow_palette(int allow_screen_content_tools, in av1_allow_palette() argument 1073 return allow_screen_content_tools && block_size_wide[sb_type] <= 64 && in av1_allow_palette()
|
D | onyxc_int.h | 371 uint8_t allow_screen_content_tools; member
|
/external/libaom/libaom/av1/encoder/ |
D | speed_features.c | 340 cm->allow_screen_content_tools ? 1 : 2; in set_good_speed_features_framesize_independent() 349 (boosted || cm->allow_screen_content_tools) ? 0 : 1; in set_good_speed_features_framesize_independent() 830 if ((frame_is_intra_only(cm) && cm->allow_screen_content_tools) && in av1_set_speed_features_framesize_independent()
|
D | bitstream.c | 767 assert(av1_allow_palette(cm->allow_screen_content_tools, bsize)); in write_palette_mode_info() 1027 if (av1_allow_palette(cm->allow_screen_content_tools, bsize)) { in write_intra_prediction_modes() 1510 assert(av1_allow_palette(cm->allow_screen_content_tools, mbmi->sb_type)); in write_modes_b() 2848 aom_wb_write_bit(wb, cm->allow_screen_content_tools); in write_uncompressed_header_obu() 2850 assert(cm->allow_screen_content_tools == in write_uncompressed_header_obu() 2854 if (cm->allow_screen_content_tools) { in write_uncompressed_header_obu() 2947 if (cm->allow_screen_content_tools && !av1_superres_scaled(cm)) in write_uncompressed_header_obu() 2953 if (cm->allow_screen_content_tools && !av1_superres_scaled(cm)) in write_uncompressed_header_obu()
|
D | encoder.c | 3469 cm->allow_screen_content_tools = cm->allow_intrabc = in set_screen_content_options() 3475 cm->allow_screen_content_tools = cm->allow_intrabc = 1; in set_screen_content_options() 3522 cm->allow_screen_content_tools = in set_screen_content_options() 3526 cm->allow_intrabc = cm->allow_screen_content_tools && in set_screen_content_options() 3539 cpi->is_screen_content_type = (cm->allow_screen_content_tools != 0); in set_size_independent_vars() 3821 if (cpi->common.allow_screen_content_tools) break; in calculate_next_superres_scale() 3840 if (cpi->common.allow_screen_content_tools) break; in calculate_next_superres_scale() 4881 if (oxcf->pass != 1 && cpi->common.allow_screen_content_tools && in encode_frame_to_data_rate() 5147 if (oxcf->pass != 1 && cpi->common.allow_screen_content_tools) { in encode_frame_to_data_rate()
|
D | encoder.h | 1120 return cm->allow_screen_content_tools; in av1_use_hash_me()
|
D | rd.c | 585 if (frame_is_intra_only(cm) && cm->allow_screen_content_tools && in av1_initialize_rd_consts()
|
D | rdopt.c | 4083 av1_allow_palette(cpi->common.allow_screen_content_tools, mbmi->sb_type); in intra_mode_info_cost_y() 4138 av1_allow_palette(cpi->common.allow_screen_content_tools, mbmi->sb_type); in intra_mode_info_cost_uv() 4353 assert(av1_allow_palette(cpi->common.allow_screen_content_tools, bsize)); in rd_pick_palette_intra_sby() 4812 av1_allow_palette(cpi->common.allow_screen_content_tools, mbmi->sb_type); in rd_pick_intra_sby_mode() 6095 av1_allow_palette(cpi->common.allow_screen_content_tools, mbmi->sb_type)); in rd_pick_palette_intra_sbuv() 6522 av1_allow_palette(cpi->common.allow_screen_content_tools, mbmi->sb_type); in rd_pick_intra_sbuv_mode() 12069 av1_allow_palette(cm->allow_screen_content_tools, mbmi->sb_type); in handle_intra_mode() 12652 av1_allow_palette(cm->allow_screen_content_tools, mbmi->sb_type); in av1_rd_pick_inter_mode_sb()
|
D | encodeframe.c | 902 if (av1_allow_palette(cm->allow_screen_content_tools, bsize)) in sum_intra_stats() 5984 if (av1_allow_palette(cm->allow_screen_content_tools, bsize)) { in encode_superblock()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 545 assert(av1_allow_palette(cm->allow_screen_content_tools, bsize)); in read_palette_mode_info() 817 if (av1_allow_palette(cm->allow_screen_content_tools, bsize)) in read_intra_frame_mode_info() 1083 if (av1_allow_palette(cm->allow_screen_content_tools, bsize)) in read_intra_block_mode_info()
|
D | decodeframe.c | 4979 cm->allow_screen_content_tools = aom_rb_read_bit(rb); in read_uncompressed_header() 4981 cm->allow_screen_content_tools = seq_params->force_screen_content_tools; in read_uncompressed_header() 4984 if (cm->allow_screen_content_tools) { in read_uncompressed_header() 5159 if (cm->allow_screen_content_tools && !av1_superres_scaled(cm)) in read_uncompressed_header() 5170 if (cm->allow_screen_content_tools && !av1_superres_scaled(cm)) in read_uncompressed_header()
|