Home
last modified time | relevance | path

Searched refs:superres_upscaled_height (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dtile_common.c182 const int frame_h = cm->superres_upscaled_height; in av1_get_tile_rect()
Dresize.c1395 cm->superres_upscaled_height, seq_params->subsampling_x, in av1_superres_upscale()
1409 cm->superres_upscaled_height, seq_params->subsampling_x, in av1_superres_upscale()
1424 assert(frame_to_show->y_crop_height == cm->superres_upscaled_height); in av1_superres_upscale()
Donyxc_int.h457 int superres_upscaled_height; member
/external/libaom/libaom/av1/encoder/
Dencoder.c823 cm->superres_upscaled_height, seq_params->subsampling_x, in alloc_util_frame_buffers()
2962 cm->superres_upscaled_height = oxcf->height; in av1_create_compressor()
3717 const int frame_height = cm->superres_upscaled_height; in av1_set_frame_size()
3962 cm->superres_upscaled_height = encode_height; in setup_frame_size_from_params()
3999 assert(cpi->unscaled_source->y_crop_height != cm->superres_upscaled_height); in superres_post_encode()
4004 cm->superres_upscaled_height, cm->seq_params.subsampling_x, in superres_post_encode()
4011 assert(cpi->scaled_source.y_crop_height == cm->superres_upscaled_height); in superres_post_encode()
Dbitstream.c2273 const int coded_height = cm->superres_upscaled_height - 1; in write_frame_size()
2297 cm->superres_upscaled_height == cfg->y_crop_height; in write_frame_size_with_refs()
2868 cm->superres_upscaled_height == seq_params->max_frame_height); in write_uncompressed_header_obu()
2876 cm->superres_upscaled_height > seq_params->max_frame_height) { in write_uncompressed_header_obu()
2885 cm->superres_upscaled_height != seq_params->max_frame_height); in write_uncompressed_header_obu()
Dencoder.h1233 cm->superres_upscaled_height == cm->render_height); in av1_resize_scaled()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2305 cm->render_height = cm->superres_upscaled_height; in setup_render_size()
2314 cm->superres_upscaled_height = *height; in setup_superres()