Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c997 int flags, pmode_uv, idx = get_ue_golomb(gb); in decode_macroblock() local
1050 pmode_uv = get_bits(gb, 3); in decode_macroblock()
1051 if (pmode_uv == 2) { 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()
1058 pmode_uv = 9; 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()

Completed in 3 milliseconds