Home | History | Annotate | Download | only in mrst

Lines Matching refs:picture_coding_type

106     uint32_t picture_coding_type;
232 (PICTURE_CODING_P == ctx->picture_coding_type)) { /* Top field of this frame */
242 (PICTURE_CODING_P == ctx->picture_coding_type)) { /* Top field of this frame */
257 (PICTURE_CODING_P == ctx->picture_coding_type)) { /* Top field of this frame */
267 (PICTURE_CODING_P == ctx->picture_coding_type)) { /* Top field of this frame */
497 ASSERT((0 != ctx->picture_coding_type) && (4 != ctx->picture_coding_type));
597 if (PICTURE_CODING_I == ctx->picture_coding_type) {
634 pict_libva2msvdx[ctx->picture_coding_type]);
771 MBPARAM_IntraMacroblock(mb_param) ? MB_CODE_TYPE_I : pict_libva2msvdx[ctx->picture_coding_type]
1126 ctx->picture_coding_type = ctx->pic_params->picture_coding_type;
1133 if (ctx->picture_coding_type != PICTURE_CODING_I) {
1136 ctx->picture_coding_type = PICTURE_CODING_B;
1140 ctx->picture_coding_type = PICTURE_CODING_P;
1144 if ((PICTURE_CODING_B == ctx->picture_coding_type) && (ctx->backward_ref_surface)) {
1145 ctx->picture_coding_type = PICTURE_CODING_B;
1149 ctx->picture_coding_type = PICTURE_CODING_P;
1159 ctx->pic_params->picture_coding_type = ctx->picture_coding_type;
1162 if (ctx->picture_coding_type == PICTURE_CODING_I) {
1168 if (ctx->picture_coding_type != PICTURE_CODING_I) {
1434 if (ctx->picture_coding_type == PICTURE_CODING_I) {