Lines Matching refs:coded
271 * which of the fragments are coded */
300 * is coded. */
490 /* unpack the list of partially-coded superblocks */
507 "Invalid partially coded superblock run length\n");
518 /* unpack the list of fully coded superblocks if any of the blocks were
519 * not marked as partially coded in the previous step */
542 "Invalid fully coded superblock run length\n");
546 /* skip any superblocks already marked as partially coded */
567 /* figure out which fragments are coded; iterate through each
607 int coded = s->superblock_coding[i];
609 if (coded == SB_PARTIALLY_CODED) {
610 /* fragment may or may not be coded; this is the case
616 coded = bit;
619 if (coded) {
627 /* not coded; copy this fragment from the prior frame */
757 int mb_coded, pattern, coded;
775 coded = pattern & (8 >> k);
776 /* MODE_INTER_NO_MV is the default for coded fragments.
778 s->all_fragments[fragment].coding_method = coded ? MODE_INTER_NO_MV : MODE_COPY;
821 * coded fragments */
837 * at least one luma block coded, otherwise it must be
929 * coded fragments */
1279 av_log(s->avctx, AV_LOG_ERROR, "More blocks ended than coded!\n");
1638 * This function reverses the DC prediction for each coded fragment in
1730 /* reverse prediction if this block was coded */
1813 /* This code basically just deblocks on the edges of coded blocks.
1833 * fragments or if right fragment neighbor is also coded
1843 * fragments or if bottom fragment neighbor is also coded
2137 /* transform if this block was coded */
2148 /* sort out the motion vector if this fragment is coded