Searched refs:vp56_get_vectors_predictors (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp56.c | 43 static int vp56_get_vectors_predictors(VP56Context *s, int row, int col, in vp56_get_vectors_predictors() function 210 ctx = vp56_get_vectors_predictors(s, row, col, VP56_FRAME_PREVIOUS); in vp56_decode_mv() 224 vp56_get_vectors_predictors(s, row, col, VP56_FRAME_GOLDEN); in vp56_decode_mv() 229 vp56_get_vectors_predictors(s, row, col, VP56_FRAME_GOLDEN); in vp56_decode_mv() 239 vp56_get_vectors_predictors(s, row, col, VP56_FRAME_GOLDEN); in vp56_decode_mv()
|