Home
last modified time | relevance | path

Searched refs:ref_n (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_mb.c62 int ref_n = sl->ref_cache[0][scan8[n]]; in get_lowest_part_y() local
63 H264Ref *ref = &sl->ref_list[0][ref_n]; in get_lowest_part_y()
71 if (refs[0][ref_n] < 0) in get_lowest_part_y()
73 refs[0][ref_n] = FFMAX(refs[0][ref_n], my); in get_lowest_part_y()
78 int ref_n = sl->ref_cache[1][scan8[n]]; in get_lowest_part_y() local
79 H264Ref *ref = &sl->ref_list[1][ref_n]; in get_lowest_part_y()
84 if (refs[1][ref_n] < 0) in get_lowest_part_y()
86 refs[1][ref_n] = FFMAX(refs[1][ref_n], m in get_lowest_part_y()
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc940 const Matcher<const int&> ref_n = Ref(n); in TEST() local
941 EXPECT_TRUE(Value(n, ref_n)); in TEST()
942 EXPECT_FALSE(Value(1, ref_n)); in TEST()

Completed in 4 milliseconds