Searched refs:predict_intra (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mobiclip.c | 829 static int predict_intra(AVCodecContext *avctx, AVFrame *frame, int ax, int ay, in predict_intra() function 961 return predict_intra(avctx, frame, x, y, pmode, 0, 8, plane); in process_block() 971 ret = predict_intra(avctx, frame, x, y, pmode, 1, 8, plane); in process_block() 981 ret = predict_intra(avctx, frame, bx, by, new_pmode, flags & 1, 4, plane); in process_block() 1026 ret = predict_intra(avctx, frame, x, y, pmode, 0, 16, 0); in decode_macroblock() 1052 ret = predict_intra(avctx, frame, x >> 1, y >> 1, pmode_uv, 0, 8, 1 + !s->moflex); in decode_macroblock() 1055 ret = predict_intra(avctx, frame, x >> 1, y >> 1, pmode_uv, 0, 8, 2 - !s->moflex); in decode_macroblock()
|
Completed in 3 milliseconds