Home
last modified time | relevance | path

Searched refs:h_max (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c114 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 Djpegd_syntax.h181 RK_U32 h_max, v_max; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c434 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 Drcar_jpu.c750 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 Dstb_image.h3070 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 Dstb_image.h3070 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()