Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Rotate.c93 dst_box.y1 -= crtc->filter_height >> 1; in xf86RotateCrtcRedisplay()
94 dst_box.y2 += crtc->filter_height >> 1; in xf86RotateCrtcRedisplay()
491 crtc->filter_height = new_height; in xf86CrtcRotate()
H A Dxf86Crtc.h348 int filter_height; /* ABI 2 */ member
H A Dxf86Crtc.c109 crtc->filter_height = 0; in xf86CrtcCreate()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h2248 int filter_height = stbir__get_filter_pixel_width(info->vertical_filter, info->vertical_scale); in stbir__calculate_memory() local
2254 info->ring_buffer_num_entries = filter_height + 1; in stbir__calculate_memory()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h2248 int filter_height = stbir__get_filter_pixel_width(info->vertical_filter, info->vertical_scale); in stbir__calculate_memory() local
2254 info->ring_buffer_num_entries = filter_height + 1; in stbir__calculate_memory()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4802 rect->y1 = box[i].y1 - crtc->filter_height / 2; in drmmode_transform_region()
4803 rect->y2 = box[i].y2 + crtc->filter_height / 2; in drmmode_transform_region()