Searched refs:left_width (Results 1 – 4 of 4) sorted by relevance
439 left_width = name_size + 1442 left_width = name_size + 3443 print(indent*left_width + substats, file=self.stream)
422 left_width = name_size + 1425 left_width = name_size + 3426 print >> self.stream, indent*left_width + substats
1034 const int left_width = copy_start_x - ref_block_start_x; in BuildConvolveBlock() local1037 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()
2914 const GLuint left_width = left_widths[left_level]; in compareImages() local2919 const GLuint left_line_size = left_pixel_size * left_width; in compareImages()