Searched refs:y_flip (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_internal.h | 81 bool y_flip; member 111 bool y_flip, 127 bool y_flip, 143 int y_flip); 261 bool y_flip); 277 bool y_flip); 291 bool y_flip); 305 bool y_flip);
|
D | astcenccli_image.cpp | 175 bool y_flip in astc_img_from_floatx4_array() argument 182 unsigned int y_src = y_flip ? (dim_y - y - 1) : y; in astc_img_from_floatx4_array() 209 bool y_flip in astc_img_from_unorm8x4_array() argument 216 unsigned int y_src = y_flip ? (dim_y - y - 1) : y; in astc_img_from_unorm8x4_array() 236 bool y_flip in floatx4_array_from_astc_img() argument 247 unsigned int ymod = y_flip ? dim_y - y - 1 : y; in floatx4_array_from_astc_img() 264 unsigned int ymod = y_flip ? dim_y - y - 1 : y; in floatx4_array_from_astc_img() 287 unsigned int ymod = y_flip ? dim_y - y - 1 : y; in floatx4_array_from_astc_img() 306 bool y_flip in unorm8x4_array_from_astc_img() argument 317 unsigned int ymod = y_flip ? dim_y - y - 1 : y; in unorm8x4_array_from_astc_img() [all …]
|
D | astcenccli_image_load_store.cpp | 51 bool y_flip, in load_image_with_tinyexr() argument 67 astcenc_image* res_img = astc_img_from_floatx4_array(image, dim_x, dim_y, y_flip); in load_image_with_tinyexr() 87 bool y_flip, in load_image_with_stb() argument 98 astcenc_image* img = astc_img_from_floatx4_array(data, dim_x, dim_y, y_flip); in load_image_with_stb() 110 astcenc_image* img = astc_img_from_unorm8x4_array(data, dim_x, dim_y, y_flip); in load_image_with_stb() 134 int y_flip in store_exr_image_with_tinyexr() argument 136 float *buf = floatx4_array_from_astc_img(img, y_flip); in store_exr_image_with_tinyexr() 154 int y_flip in store_png_image_with_stb() argument 159 stbi_flip_vertically_on_write(y_flip); in store_png_image_with_stb() 176 int y_flip in store_tga_image_with_stb() argument [all …]
|
D | astcenccli_image_external.cpp | 85 bool y_flip, in load_png_with_wuffs() argument 167 astcenc_image* img = astc_img_from_unorm8x4_array(pixbuf_slice.ptr, dim_x, dim_y, y_flip); in load_png_with_wuffs()
|
D | astcenccli_toplevel.cpp | 284 bool y_flip, in load_uncomp_file() argument 293 image = load_ncimage(filename, y_flip, is_hdr, component_count); in load_uncomp_file() 313 slice = load_ncimage(slice_name.c_str(), y_flip, in load_uncomp_file() 1074 cli_config.y_flip = 1; in edit_astcenc_config() 2008 input_filename.c_str(), cli_config.array_size, cli_config.y_flip, in main() 2250 cli_config.y_flip); in main()
|