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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp56data.h49 extern const int8_t ff_vp56_candidate_predictor_pos[12][2];
H A Dvp56data.c241 const int8_t ff_vp56_candidate_predictor_pos[12][2] = { variable
H A Dvp56.c50 mvp.x = col + ff_vp56_candidate_predictor_pos[pos][0];
51 mvp.y = row + ff_vp56_candidate_predictor_pos[pos][1];

Completed in 90 milliseconds