Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h43 const int topright_ref = sl->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
58 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
78 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
80 return topright_ref; in fetch_diagonal_mv()
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()