Home
last modified time | relevance | path

Searched refs:av1_whole_frame_rect (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Drestoration.c42 AV1PixelRect av1_whole_frame_rect(const AV1_COMMON *cm, int is_uv) { in av1_whole_frame_rect() function
73 const AV1PixelRect tile_rect = av1_whole_frame_rect(cm, is_uv); in av1_alloc_restoration_struct()
1136 lr_plane_ctxt->tile_rect = av1_whole_frame_rect(cm, is_uv); in av1_loop_restoration_filter_frame_init()
1308 const AV1PixelRect tile_rect = av1_whole_frame_rect(cm, is_uv); in av1_loop_restoration_corners_in_sb()
1486 const AV1PixelRect tile_rect = av1_whole_frame_rect(cm, is_uv); in save_tile_row_boundary_lines()
Drestoration.h370 AV1PixelRect av1_whole_frame_rect(const struct AV1Common *cm, int is_uv);
/external/libaom/libaom/av1/encoder/
Dpickrst.c151 rsc->tile_rect = av1_whole_frame_rect(cm, is_uv); in init_rsc()