Home
last modified time | relevance | path

Searched defs:left_ref (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h102 const int left_ref = sl->ref_cache[list][index8 - 1]; in pred_motion() local
177 const int left_ref = sl->ref_cache[list][scan8[8] - 1]; in pred_16x8_motion() local
206 const int left_ref = sl->ref_cache[list][scan8[0] - 1]; in pred_8x16_motion() local
263 int top_ref, left_ref, diagonal_ref, match_count, mx, my; pred_pskip_motion() local
[all...]
H A Dh264_direct.c225 int left_ref = sl->ref_cache[list][scan8[0] - 1]; in pred_spatial_direct_motion() local
H A Dsvq3.c383 const int left_ref = s->ref_cache[list][index8 - 1]; in svq3_pred_motion() local

Completed in 9 milliseconds