Home
last modified time | relevance | path

Searched refs:upscaled_width (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Drestoration.c1410 int upscaled_width; in save_deblock_boundary_lines() local
1414 upscaled_width = (cm->superres_upscaled_width + ss_x) >> ss_x; in save_deblock_boundary_lines()
1415 line_bytes = upscaled_width << use_highbd; in save_deblock_boundary_lines()
1426 upscaled_width = frame->crop_widths[is_uv]; in save_deblock_boundary_lines()
1427 line_bytes = upscaled_width << use_highbd; in save_deblock_boundary_lines()
1437 extend_lines(bdry_rows, upscaled_width, RESTORATION_CTX_VERT, bdry_stride, in save_deblock_boundary_lines()
1461 const int upscaled_width = av1_superres_scaled(cm) in save_cdef_boundary_lines() local
1464 const int line_bytes = upscaled_width << use_highbd; in save_cdef_boundary_lines()
1472 extend_lines(bdry_rows, upscaled_width, RESTORATION_CTX_VERT, bdry_stride, in save_cdef_boundary_lines()
/external/libaom/libaom/av1/encoder/
Dlevel.c511 const int upscaled_width = cm->superres_upscaled_width; in av1_update_level_info() local
517 const int luma_pic_size = upscaled_width * height; in av1_update_level_info()