Home
last modified time | relevance | path

Searched refs:left_width (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dpstats.py439 left_width = name_size + 1
442 left_width = name_size + 3
443 print(indent*left_width + substats, file=self.stream)
/external/python/cpython2/Lib/
Dpstats.py422 left_width = name_size + 1
425 left_width = name_size + 3
426 print >> self.stream, indent*left_width + substats
/external/libgav1/libgav1/src/tile/
Dprediction.cc1034 const int left_width = copy_start_x - ref_block_start_x; in BuildConvolveBlock() local
1037 Memset(buf_ptr, reference_block[ref_y][copy_start_x], left_width); in BuildConvolveBlock()
1039 memcpy(buf_ptr + left_width, &reference_block[ref_y][copy_start_x], in BuildConvolveBlock()
1042 Memset(buf_ptr + left_width + block_width, in BuildConvolveBlock()
1044 block_extended_width - left_width - block_width); in BuildConvolveBlock()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2914 const GLuint left_width = left_widths[left_level]; in compareImages() local
2919 const GLuint left_line_size = left_pixel_size * left_width; in compareImages()