Searched refs:is_frame_left (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/post_filter/ |
D | cdef.cc | 33 bool is_frame_left, bool is_frame_right, in CopyRowForCdef() argument 36 if (is_frame_left) { in CopyRowForCdef() 54 if (is_frame_left) { in CopyRowForCdef() 139 const bool is_frame_left = column4x4 == 0; in PrepareCdefBlock() local 183 CopyRowForCdef(top_border, block_width, unit_width, is_frame_left, in PrepareCdefBlock() 207 CopyRowForCdef(src_buffer, block_width, unit_width, is_frame_left, in PrepareCdefBlock() 221 CopyRowForCdef(cdef_border, block_width, unit_width, is_frame_left, in PrepareCdefBlock() 247 CopyRowForCdef(bottom_border, block_width, unit_width, is_frame_left, in PrepareCdefBlock()
|