Searched refs:stride_in_bytes (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 521 …pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding,… 610 int stride_in_bytes; member 2663 …(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding,… in stbtt_PackBegin() argument 2682 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; in stbtt_PackBegin() 2712 static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__h_prefilter() argument 2769 pixels += stride_in_bytes; in stbtt__h_prefilter() 2773 static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__v_prefilter() argument 2789 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; in stbtt__v_prefilter() 2790 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; in stbtt__v_prefilter() 2791 pixels[i*stride_in_bytes] = (unsigned char) (total / 2); in stbtt__v_prefilter() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_write.h | 175 …bi_write_png(char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes); 188 …i_write_func *func, void *context, int w, int h, int comp, const void *data, int stride_in_bytes);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 175 …bi_write_png(char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes); 188 …i_write_func *func, void *context, int w, int h, int comp, const void *data, int stride_in_bytes);
|