Lines Matching refs:parity
833 (*history)[0].parity * GST_VIDEO_FRAME_COMP_STRIDE (&(*history)[0].frame, in same_parity_sad()
839 (*history)[1].parity * GST_VIDEO_FRAME_COMP_STRIDE (&(*history)[1].frame, in same_parity_sad()
875 (*history)[0].parity * GST_VIDEO_FRAME_COMP_STRIDE (&(*history)[0].frame, in same_parity_ssd()
881 (*history)[1].parity * GST_VIDEO_FRAME_COMP_STRIDE (&(*history)[1].frame, in same_parity_ssd()
918 (*history)[0].parity * GST_VIDEO_FRAME_COMP_STRIDE (&(*history)[0].frame, in same_parity_3_tap()
924 (*history)[1].parity * GST_VIDEO_FRAME_COMP_STRIDE (&(*history)[1].frame, in same_parity_3_tap()
989 if ((*history)[0].parity == TOP_FIELD) { in opposite_parity_5_tap()
1017 if ((*history)[0].parity == TOP_FIELD) { in opposite_parity_5_tap()
1352 if ((*history)[0].parity == TOP_FIELD) { in opposite_parity_windowed_comb()
1449 history[0].parity = TOP_FIELD; in gst_field_analysis_process_buffer()
1450 history[1].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer()
1474 history[0].parity = TOP_FIELD; in gst_field_analysis_process_buffer()
1475 history[1].parity = TOP_FIELD; in gst_field_analysis_process_buffer()
1477 history[0].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer()
1478 history[1].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer()
1483 history[0].parity = TOP_FIELD; in gst_field_analysis_process_buffer()
1484 history[1].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer()
1486 history[0].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer()
1487 history[1].parity = TOP_FIELD; in gst_field_analysis_process_buffer()