H A D | mobiclip.c | 830 int pmode, int add_coeffs, int size, int plane) in predict_intra() 837 switch (pmode) { in predict_intra() 952 int x, int y, int pmode, int has_coeffs, int plane) in process_block() 959 if (pmode < 0) in process_block() 960 pmode = get_prediction(avctx, x, y, 8); in process_block() 961 return predict_intra(avctx, frame, x, y, pmode, 0, 8, plane); in process_block() 969 if (pmode < 0) in process_block() 970 pmode = get_prediction(avctx, x, y, 8); in process_block() 971 ret = predict_intra(avctx, frame, x, y, pmode, 1, 8, plane); in process_block() 977 int new_pmode = pmode; in process_block() 829 predict_intra(AVCodecContext *avctx, AVFrame *frame, int ax, int ay, int pmode, int add_coeffs, int size, int plane) predict_intra() argument 951 process_block(AVCodecContext *avctx, AVFrame *frame, int x, int y, int pmode, int has_coeffs, int plane) process_block() argument 1023 int pmode = get_bits(gb, 3); decode_macroblock() local [all...] |