Lines Matching refs:frame
47 RV34_MB_P_16x16, ///< P-frame macroblock, one motion frame
48 RV34_MB_P_8x8, ///< P-frame macroblock, 8x8 motion compensation partitions
49 RV34_MB_B_FORWARD, ///< B-frame macroblock, forward prediction
50 RV34_MB_B_BACKWARD, ///< B-frame macroblock, backward prediction
52 RV34_MB_B_DIRECT, ///< Bidirectionally predicted B-frame macroblock, no motion vectors
53 RV34_MB_P_16x8, ///< P-frame macroblock, 16x8 motion compensation partitions
54 RV34_MB_P_8x16, ///< P-frame macroblock, 8x16 motion compensation partitions
55 RV34_MB_B_BIDIR, ///< Bidirectionally predicted B-frame macroblock, two motion vectors
56 RV34_MB_P_MIX16x16, ///< P-frame macroblock with DCs in a separate 4x4 block, one motion vector
63 * Intra frame VLC sets do not contain some of those tables.
82 int pts; ///< frame timestamp
95 RV34VLC *cur_vlcs; ///< VLC set used for current frame decoding
111 int weight1, weight2; ///< B-frame distance fractions (0.14) used in motion compensation
139 int ff_rv34_decode_frame(AVCodecContext *avctx, AVFrame *frame,