Home
last modified time | relevance | path

Searched refs:rf2 (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvdpau_h264.c85 VdpReferenceFrameH264 *rf2; in vdpau_h264_set_reference_frames() local
94 rf2 = &info->referenceFrames[0]; in vdpau_h264_set_reference_frames()
95 while (rf2 != rf) { in vdpau_h264_set_reference_frames()
96 if ((rf2->surface == surface_ref) && in vdpau_h264_set_reference_frames()
97 (rf2->is_long_term == pic->long_ref) && in vdpau_h264_set_reference_frames()
98 (rf2->frame_idx == pic_frame_idx)) in vdpau_h264_set_reference_frames()
100 ++rf2; in vdpau_h264_set_reference_frames()
102 if (rf2 != rf) { in vdpau_h264_set_reference_frames()
103 rf2->top_is_reference |= (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE; in vdpau_h264_set_reference_frames()
104 rf2 in vdpau_h264_set_reference_frames()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js35 var rf2 = b != a; variable
65 var rf2 = b != a; variable
H A DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js36 var rf2 = b != a; variable
66 var rf2 = b != a; variable
H A DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js34 var rf2 = null >> undefined; variable
90 var rf2 = null >> undefined; variable
H A DcomparisonOperatorWithIdenticalPrimitiveType.js57 var rf2 = b != b; variable
136 var rf2 = b != b; variable
H A DcomparisonOperatorWithSubtypeObjectOnProperty.js65 var rf2 = a2 != b2; variable
162 var rf2 = a2 != b2; variable
H A DcomparisonOperatorWithSubtypeEnumAndNumber.js49 var rf2 = b != a; variable
117 var rf2 = b != a; variable
H A DcomparisonOperatorWithTypeParameter.js54 var rf2 = a > t;
128 var rf2 = a > t;
H A DarithmeticOperatorWithAnyAndNumber.js57 var rf2 = a >> b; variable
155 var rf2 = a >> b; variable
H A DarithmeticOperatorWithNullValueAndValidOperands.js65 var rf2 = null >> b; variable
170 var rf2 = null >> b; variable
H A DlogicalAndOperatorWithEveryType.js72 var rf2 = a2 && a6; variable
194 var rf2 = a2 && a6; variable
H A DlogicalOrOperatorWithEveryType.js118 var rf2 = a2 || undefined; // boolean || undefined is boolean variable
238 var rf2 = a2 || undefined; // boolean || undefined is boolean variable
H A DarithmeticOperatorWithUndefinedValueAndValidOperands.js65 var rf2 = undefined >> b; variable
170 var rf2 = undefined >> b; variable
H A DarithmeticOperatorWithEnum.js85 var rf2 = c >> b; variable
230 var rf2 = c >> b; variable
H A DarithmeticOperatorWithEnumUnion.js89 var rf2 = c >> b; variable
239 var rf2 = c >> b; variable
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c768 struct lws_fts_result_filepath **prf, *rf1, *rf2; in lws_fts_search() local
778 rf2 = rf1->next; in lws_fts_search()
780 if (rf2 && rf1->lines_in_file && rf2->lines_in_file && in lws_fts_search()
782 ((rf2->matches * 1000) / rf2->lines_in_file)) { in lws_fts_search()
785 *prf = rf2; in lws_fts_search()
786 rf1->next = rf2->next; in lws_fts_search()
787 rf2->next = rf1; in lws_fts_search()
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp2210 auto rf2 = f2[0]; variable
2211 SkDebugf("f2: [%f:%f] %s\n", rf2.rect.fLeft, rf2.rect.fRight,
2212 rf2.direction == TextDirection::kRtl ? "rtl" : "ltr");

Completed in 16 milliseconds