Searched refs:h_max (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd.c | 114 ushort h_max = panel_info.vl_col; in test_pattern() local 116 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR; in test_pattern() 125 h_max, v_max, h_step, v_step); in test_pattern() 129 for (h = 0; h < h_max; ++h) { in test_pattern()
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | jpegd_syntax.h | 181 RK_U32 h_max, v_max; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 434 syntax->h_max = 1; in jpegd_decode_sof() 454 if (syntax->h_count[i] > syntax->h_max) in jpegd_decode_sof() 455 syntax->h_max = syntax->h_count[i]; in jpegd_decode_sof()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | rcar_jpu.c | 750 unsigned int h_max, unsigned int h_align) in jpu_bound_align_image() argument 759 v4l_bound_align_image(w, w_min, w_max, w_align, h, h_min, h_max, in jpu_bound_align_image() 764 if (*h < height && *h + h_step < h_max) in jpu_bound_align_image()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 3070 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local 3102 if (z->img_comp[i].h > h_max) h_max = z->img_comp[i].h; in stbi__process_frame_header() 3107 z->img_h_max = h_max; in stbi__process_frame_header() 3109 z->img_mcu_w = h_max * 8; in stbi__process_frame_header() 3117 z->img_comp[i].x = (s->img_x * z->img_comp[i].h + h_max-1) / h_max; in stbi__process_frame_header()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 3070 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local 3102 if (z->img_comp[i].h > h_max) h_max = z->img_comp[i].h; in stbi__process_frame_header() 3107 z->img_h_max = h_max; in stbi__process_frame_header() 3109 z->img_mcu_w = h_max * 8; in stbi__process_frame_header() 3117 z->img_comp[i].x = (s->img_x * z->img_comp[i].h + h_max-1) / h_max; in stbi__process_frame_header()
|