Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c550 unsigned line_bytes; in fallback_copy_image() local
577 line_bytes = _mesa_format_row_stride(src_image->TexFormat, src_w); in fallback_copy_image()
579 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w); in fallback_copy_image()
608 memcpy(dst, src, line_bytes); in fallback_copy_image()
/external/libaom/libaom/av1/common/
Drestoration.c1428 int line_bytes; in save_deblock_boundary_lines() local
1432 line_bytes = upscaled_width << use_highbd; in save_deblock_boundary_lines()
1444 line_bytes = upscaled_width << use_highbd; in save_deblock_boundary_lines()
1447 line_bytes); in save_deblock_boundary_lines()
1452 memcpy(bdry_rows + bdry_stride, bdry_rows, line_bytes); in save_deblock_boundary_lines()
1481 const int line_bytes = upscaled_width << use_highbd; in save_cdef_boundary_lines() local
1487 memcpy(bdry_rows + i * bdry_stride, src_rows, line_bytes); in save_cdef_boundary_lines()