Home
last modified time | relevance | path

Searched refs:input_h (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h227 STBIRDEF int stbir_resize_uint8( const unsigned char *input_pixels , int input_w , int input_h
231 STBIRDEF int stbir_resize_float( const float *input_pixels , int input_w , int input_h , int in…
252 STBIRDEF int stbir_resize_uint8_srgb(const unsigned char *input_pixels , int input_w , int input_h
266 …int8_srgb_edgemode(const unsigned char *input_pixels , int input_w , int input_h , int input_strid…
306 …ize_uint8_generic( const unsigned char *input_pixels , int input_w , int input_h , int input_strid…
312 …ize_uint16_generic(const stbir_uint16 *input_pixels , int input_w , int input_h , int input_strid…
318 …ize_float_generic( const float *input_pixels , int input_w , int input_h , int input_strid…
349 STBIRDEF int stbir_resize( const void *input_pixels , int input_w , int input_h , int input…
357 STBIRDEF int stbir_resize_subpixel(const void *input_pixels , int input_w , int input_h , int input…
367 STBIRDEF int stbir_resize_region( const void *input_pixels , int input_w , int input_h , int input…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h227 STBIRDEF int stbir_resize_uint8( const unsigned char *input_pixels , int input_w , int input_h
231 STBIRDEF int stbir_resize_float( const float *input_pixels , int input_w , int input_h , int in…
252 STBIRDEF int stbir_resize_uint8_srgb(const unsigned char *input_pixels , int input_w , int input_h
266 …int8_srgb_edgemode(const unsigned char *input_pixels , int input_w , int input_h , int input_strid…
306 …ize_uint8_generic( const unsigned char *input_pixels , int input_w , int input_h , int input_strid…
312 …ize_uint16_generic(const stbir_uint16 *input_pixels , int input_w , int input_h , int input_strid…
318 …ize_float_generic( const float *input_pixels , int input_w , int input_h , int input_strid…
349 STBIRDEF int stbir_resize( const void *input_pixels , int input_w , int input_h , int input…
357 STBIRDEF int stbir_resize_subpixel(const void *input_pixels , int input_w , int input_h , int input…
367 STBIRDEF int stbir_resize_region( const void *input_pixels , int input_w , int input_h , int input…
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Drj54n1cb0c.c550 int output_w, output_h, input_w = rect->width, input_h = rect->height; in rj54n1_set_selection() local
559 &input_h, 8, RJ54N1_MAX_HEIGHT, 0, 0); in rj54n1_set_selection()
562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection()
565 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_set_selection()
567 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h); in rj54n1_set_selection()
575 rj54n1->rect.height = input_h; in rj54n1_set_selection()
638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local
662 if (output_h > max(384U, input_h / 2)) { in rj54n1_sensor_scale()
664 input_h = RJ54N1_MAX_HEIGHT; in rj54n1_sensor_scale()
667 input_h = output_h * 2; in rj54n1_sensor_scale()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c292 s->input_h = pstate->src_w >> 16; in malidp_crtc_atomic_check_scaling()
295 s->input_h = pstate->src_h >> 16; in malidp_crtc_atomic_check_scaling()
313 phase = s->input_h; in malidp_crtc_atomic_check_scaling()
317 phase = s->input_h; in malidp_crtc_atomic_check_scaling()
H A Dmalidp_hw.h87 u16 input_w, input_h; member
H A Dmalidp_hw.c487 unsigned long input_size = se_config->input_w * se_config->input_h; in malidp500_se_calc_mclk()
833 se_config->input_h; in malidp550_se_calc_mclk()
836 min(se_config->input_h, se_config->output_h)); in malidp550_se_calc_mclk()
H A Dmalidp_drv.c152 val = MALIDP_SE_SET_V_SIZE(s->input_h) | in malidp_atomic_commit_se_config()