Searched defs:data_height (Results 1 - 1 of 1) sorted by relevance
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 10824 int data_height = exr_header->data_window[3] - exr_header->data_window[1] + 1; in DecodeChunk() local 10313 DecodeTiledPixelData( unsigned char **out_images, int *width, int *height, const int *requested_pixel_types, const unsigned char *data_ptr, size_t data_len, int compression_type, int line_order, int data_width, int data_height, int tile_offset_x, int tile_offset_y, int tile_size_x, int tile_size_y, size_t pixel_data_size, size_t num_attributes, const EXRAttribute *attributes, size_t num_channels, const EXRChannelInfo *channels, const std::vector<size_t> &channel_offset_list) DecodeTiledPixelData() argument 10322 TEXR_ASSERT(tile_offset_x * tile_size_x < data_width); TEXR_ASSERT(tile_offset_y * tile_size_y < data_height); if ((tile_offset_x + 1) * tile_size_x >= data_width) { (*width) = data_width - (tile_offset_x * tile_size_x); } else { (*width) = tile_size_x; } if ((tile_offset_y + 1) * tile_size_y >= data_height) DecodeTiledPixelData() argument 10374 AllocateImage(int num_channels, const EXRChannelInfo *channels, const int *requested_pixel_types, int data_width, int data_height) AllocateImage() argument 11241 int data_height = exr_header->data_window[3] - exr_header->data_window[1]; DecodeEXRImage() local [all...] |
Completed in 24 milliseconds