Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c260 int moflex; member
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()
1061 ret = process_block(avctx, frame, x >> 1, y >> 1, pmode_uv, flags & 1, 1 + !s->moflex); in decode_macroblock()
1065 ret = process_block(avctx, frame, x >> 1, y >> 1, pmode_uv, flags & 1, 2 - !s->moflex); in decode_macroblock()
1198 idx2 = get_vlc2(gb, mv_vlc[s->moflex][tidx].table, in predict_motion()
1236 s->moflex = get_bits1(gb); in mobiclip_decode()
1272 idx = get_vlc2(gb, mv_vlc[s->moflex][0].table, in mobiclip_decode()
1298 add_pframe_coefficients(avctx, frame, x >> 1, y >> 1, 8, 1 + !s->moflex); in mobiclip_decode()
1301 add_pframe_coefficients(avctx, frame, x >> 1, y >> 1, 8, 2 - !s->moflex); in mobiclip_decode()
[all...]
/third_party/ffmpeg/libavformat/
H A DMakefile354 OBJS-$(CONFIG_MOFLEX_DEMUXER) += moflex.o

Completed in 4 milliseconds