Lines Matching refs:status
629 int pqindex, lowquant, status;
754 status = bitplane_decoding(v->mv_type_mb_plane, &v->mv_type_is_raw, v);
755 if (status < 0)
758 "Imode: %i, Invert: %i\n", status>>1, status&1);
763 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
764 if (status < 0)
767 "Imode: %i, Invert: %i\n", status>>1, status&1);
801 status = bitplane_decoding(v->direct_mb_plane, &v->dmb_is_raw, v);
802 if (status < 0)
805 "Imode: %i, Invert: %i\n", status>>1, status&1);
806 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
807 if (status < 0)
810 "Imode: %i, Invert: %i\n", status>>1, status&1);
854 int status;
1015 status = bitplane_decoding(v->fieldtx_plane, &v->fieldtx_is_raw, v);
1016 if (status < 0)
1019 "Imode: %i, Invert: %i\n", status>>1, status&1);
1022 status = bitplane_decoding(v->acpred_plane, &v->acpred_is_raw, v);
1023 if (status < 0)
1026 "Imode: %i, Invert: %i\n", status>>1, status&1);
1031 status = bitplane_decoding(v->over_flags_plane, &v->overflg_is_raw, v);
1032 if (status < 0)
1035 "Imode: %i, Invert: %i\n", status>>1, status&1);
1066 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1067 if (status < 0)
1070 "Imode: %i, Invert: %i\n", status>>1, status&1);
1152 status = bitplane_decoding(v->mv_type_mb_plane, &v->mv_type_is_raw, v);
1153 if (status < 0)
1156 "Imode: %i, Invert: %i\n", status>>1, status&1);
1161 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1162 if (status < 0)
1165 "Imode: %i, Invert: %i\n", status>>1, status&1);
1239 status = bitplane_decoding(v->forward_mb_plane, &v->fmb_is_raw, v);
1240 if (status < 0)
1243 "Imode: %i, Invert: %i\n", status>>1, status&1);
1269 status = bitplane_decoding(v->direct_mb_plane, &v->dmb_is_raw, v);
1270 if (status < 0)
1273 "Imode: %i, Invert: %i\n", status>>1, status&1);
1274 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1275 if (status < 0)
1278 "Imode: %i, Invert: %i\n", status>>1, status&1);
1295 status = bitplane_decoding(v->direct_mb_plane, &v->dmb_is_raw, v);
1296 if (status < 0)
1299 "Imode: %i, Invert: %i\n", status>>1, status&1);
1300 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1301 if (status < 0)
1304 "Imode: %i, Invert: %i\n", status>>1, status&1);