Lines Matching defs:encoding
61 #define MAX_STRIPS 32 // Note: having fewer choices regarding the number of strips speeds up encoding (obviously)
62 #define MIN_STRIPS 1 // Note: having more strips speeds up encoding the frame (this is less obvious)
90 int v1_error; // error when using V1 encoding
92 int v4_error; // error when using V4 encoding
326 // but not to any codebook encoding!
398 // we do codebook encoding according to the "intra" mode
701 mb_encoding encoding)
716 if (CERTAIN(encoding)) {
718 if (s->mb[mbn].best_encoding != encoding)
781 // skip uninteresting blocks if we know their preferred encoding
782 if (CERTAIN(encoding) && mb->best_encoding != encoding)
923 // choose the best encoding per block, based on current experience
1072 // support encoding zero strips (meaning skip the whole frame)
1144 // to some r/d performance loss but makes encoding up to several times faster