Home
last modified time | relevance | path

Searched defs:subsample (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/gm/
Dorientation.cpp148 #define MAKE_GM(subsample) DEF_SIMPLE_GM(orientation_##subsample, canvas, 4*kImgW, 2*kImgH) { \ argument
/third_party/skia/m133/gm/
Dorientation.cpp152 #define MAKE_GM(subsample) DEF_SIMPLE_GM(orientation_##subsample, canvas, 4*kImgW, 2*kImgH) { \ argument
/third_party/backends/backend/
Dstv680.h194 int subsample; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_ml_nn.c311 subsample(uint8_t *map_in, unsigned in_width, unsigned in_height, unsigned in_depth, unsigned out_w… in subsample() function
/third_party/glfw/deps/
Dstb_image_write.h1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local
/third_party/astc-encoder/Source/
Dstb_image_write.h1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local
/third_party/python/Lib/tkinter/
D__init__.py4160 def subsample(self, x, y=''): member in PhotoImage