Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h41 const int topright_ref = sl->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
56 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
76 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
78 return topright_ref; in fetch_diagonal_mv()
H A Dsvq3.c359 const int topright_ref = s->ref_cache[list][i - 8 + part_width]; in svq3_fetch_diagonal_mv() local
361 if (topright_ref != PART_NOT_AVAILABLE) { in svq3_fetch_diagonal_mv()
363 return topright_ref; in svq3_fetch_diagonal_mv()

Completed in 5 milliseconds