Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_direct.c227 int refc = sl->ref_cache[list][scan8[0] - 8 + 4]; in pred_spatial_direct_motion() local
229 if (refc == PART_NOT_AVAILABLE) { in pred_spatial_direct_motion()
230 refc = sl->ref_cache[list][scan8[0] - 8 - 1]; in pred_spatial_direct_motion()
235 (unsigned)refc); in pred_spatial_direct_motion()
244 (refc == ref[list]); in pred_spatial_direct_motion()

Completed in 2 milliseconds