Home
last modified time | relevance | path

Searched refs:superres_upscaled_width (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/common/
Dresize.h102 return !(cm->width == cm->superres_upscaled_width); in av1_superres_scaled()
Dresize.c1217 ROUND_POWER_OF_TWO(cm->superres_upscaled_width, ss_x); in av1_upscale_normative_rows()
1394 frame_to_show, cm->superres_upscaled_width, in av1_superres_upscale()
1408 frame_to_show, cm->superres_upscaled_width, in av1_superres_upscale()
1423 assert(frame_to_show->y_crop_width == cm->superres_upscaled_width); in av1_superres_upscale()
Dtile_common.c181 const int frame_w = cm->superres_upscaled_width; in av1_get_tile_rect()
Dalloccommon.c141 const int frame_w = cm->superres_upscaled_width; in av1_alloc_restoration_buffers()
Drestoration.c51 rect.right = ROUND_POWER_OF_TWO(cm->superres_upscaled_width, ss_x); in av1_whole_frame_rect()
1414 upscaled_width = (cm->superres_upscaled_width + ss_x) >> ss_x; in save_deblock_boundary_lines()
1462 ? (cm->superres_upscaled_width + ss_x) >> ss_x in save_cdef_boundary_lines()
Donyxc_int.h456 int superres_upscaled_width; member
/external/libaom/libaom/av1/encoder/
Dlevel.c511 const int upscaled_width = cm->superres_upscaled_width; in av1_update_level_info()
590 AOMMAX(level_spec->max_h_size, cm->superres_upscaled_width); in av1_update_level_info()
Dencoder.c822 &cpi->trial_frame_rst, cm->superres_upscaled_width, in alloc_util_frame_buffers()
2961 cm->superres_upscaled_width = oxcf->width; in av1_create_compressor()
3716 const int frame_width = cm->superres_upscaled_width; in av1_set_frame_size()
3961 cm->superres_upscaled_width = encode_width; in setup_frame_size_from_params()
3998 assert(cpi->unscaled_source->y_crop_width != cm->superres_upscaled_width); in superres_post_encode()
4003 &cpi->scaled_source, cm->superres_upscaled_width, in superres_post_encode()
4010 assert(cpi->scaled_source.y_crop_width == cm->superres_upscaled_width); in superres_post_encode()
Dbitstream.c2272 const int coded_width = cm->superres_upscaled_width - 1; in write_frame_size()
2296 found = cm->superres_upscaled_width == cfg->y_crop_width && in write_frame_size_with_refs()
2867 assert(cm->superres_upscaled_width == seq_params->max_frame_width && in write_uncompressed_header_obu()
2875 if (cm->superres_upscaled_width > seq_params->max_frame_width || in write_uncompressed_header_obu()
2884 : (cm->superres_upscaled_width != seq_params->max_frame_width || in write_uncompressed_header_obu()
Dencoder.h1232 return !(cm->superres_upscaled_width == cm->render_width && in av1_resize_scaled()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2304 cm->render_width = cm->superres_upscaled_width; in setup_render_size()
2313 cm->superres_upscaled_width = *width; in setup_superres()