Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_block.cc24 int width_bytes = kBlockSize * kBytesPerPixel; in BlockDifference_C() local
27 if (memcmp(image1, image2, width_bytes) != 0) in BlockDifference_C()
Ddiffer.cc126 int width_bytes = width * bytes_per_pixel_; in PartialBlocksEqual() local
128 if (memcmp(prev_buffer, curr_buffer, width_bytes) != 0) in PartialBlocksEqual()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2689 const unsigned width_bytes = _mesa_format_row_stride(mt->format, map->w); in intel_miptree_map_movntdqa() local
2691 map->stride = ALIGN(misalignment + width_bytes, 16); in intel_miptree_map_movntdqa()
2703 _mesa_streaming_load_memcpy(dst_ptr, src_ptr, width_bytes); in intel_miptree_map_movntdqa()