Home
last modified time | relevance | path

Searched refs:virt_frame1 (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschrovirtframe.c359 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_horiz_downsample()
477 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_vert_downsample()
550 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_vert_resample()
604 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_horiz_resample()
890 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_unpack()
920 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_pack_YUY2()
954 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_pack_UYVY()
992 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_pack_v216()
1174 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_pack_v210()
1212 virt_frame->virt_frame1 = vf; in schro_virt_frame_new_pack_AYUV()
[all …]
H A Dschrowaveletorc.c1826 schro_virt_frame_get_line (frame->virt_frame1, component, (x)) in wavelet_iiwt_fidelity_vert()
1866 vf1->virt_frame1 = frame; in schro_iiwt_fidelity()
1870 vf2->virt_frame1 = vf1; in schro_iiwt_fidelity()
2019 vf1->virt_frame1 = frame; in schro_iiwt_daub_9_7()
2024 vf2->virt_frame1 = vf1; in schro_iiwt_daub_9_7()
2029 vf3->virt_frame1 = vf2; in schro_iiwt_daub_9_7()
2484 vf1->virt_frame1 = frame; in schro_iiwt_fidelity_s32()
2488 vf2->virt_frame1 = vf1; in schro_iiwt_fidelity_s32()
2637 vf1->virt_frame1 = frame; in schro_iiwt_daub_9_7_s32()
2642 vf2->virt_frame1 = vf1; in schro_iiwt_daub_9_7_s32()
[all …]
H A Dschrofilter.c350 src = schro_virt_frame_get_line (frame->virt_frame1, component, i); in lowpass3_h_u8()
377 src2 = schro_virt_frame_get_line (frame->virt_frame1, component, i); in lowpass3_v_u8()
385 src1 = schro_virt_frame_get_line (frame->virt_frame1, component, in lowpass3_v_u8()
387 src2 = schro_virt_frame_get_line (frame->virt_frame1, component, i); in lowpass3_v_u8()
388 src3 = schro_virt_frame_get_line (frame->virt_frame1, component, in lowpass3_v_u8()
407 vf->virt_frame1 = schro_frame_ref(frame); in schro_frame_filter_lowpass()
412 vf2->virt_frame1 = vf; in schro_frame_filter_lowpass()
H A Dschroframe.h85 SchroFrame *virt_frame1; member
H A Dschroframe.c765 if (frame->virt_frame1) { in schro_frame_unref()
766 schro_frame_unref (frame->virt_frame1); in schro_frame_unref()