Home
last modified time | relevance | path

Searched refs:PLANE_CHROMA (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Drenderer.c336 PLANE_CHROMA, enumerator
1134 [PLANE_CHROMA] = "chroma",
1247 [PLANE_CHROMA] = PL_HOOK_CHROMA_INPUT,
2177 t = PL_MAX(t, PLANE_CHROMA); in detect_plane_type()
2234 case PLANE_CHROMA: in fix_refs_and_rects()
2250 case PLANE_CHROMA: in fix_refs_and_rects()
2324 case PLANE_CHROMA: in frame_ref()
2907 if (detect_plane_type(plane, &frame->repr) == PLANE_CHROMA) in pl_frame_set_chroma_location()
/dports/multimedia/mpv/mpv-0.34.1/video/out/gpu/
H A Dvideo.c88 PLANE_CHROMA, enumerator
97 [PLANE_CHROMA] = "chroma",
792 ctype = c == 1 ? PLANE_LUMA : PLANE_CHROMA; in pass_get_images()
826 if (type == PLANE_CHROMA) { in pass_get_images()
2171 case PLANE_CHROMA: name = "CHROMA"; break; in pass_read_video()
2249 case PLANE_CHROMA: in pass_read_video()
2874 int cw = img[i].type == PLANE_CHROMA ? p->ra_format.chroma_w : 1; in pass_render_frame_dumb()
2875 int ch = img[i].type == PLANE_CHROMA ? p->ra_format.chroma_h : 1; in pass_render_frame_dumb()