Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c929 static int get_prediction(AVCodecContext *avctx, int x, int y, int size) in get_prediction() function
960 pmode = get_prediction(avctx, x, y, 8); in process_block()
970 pmode = get_prediction(avctx, x, y, 8); in process_block()
980 new_pmode = get_prediction(avctx, bx, by, 4); in process_block()

Completed in 2 milliseconds