Home | History | Annotate | Download | only in src

Lines Matching defs:max_width

191     Int         max = 0, max_width = 0, max_height = 0, pitch, offset;
611 max_width = ((temp_w + 15) >> 4) << 4;
613 nTotalMB = ((max_width * max_height) >> 8);
684 video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStore));
735 pitch = max_width;
740 pitch = max_width + 32;
1083 int max_width, offset;
1153 max_width = video->encParams->LayerWidth[0];
1154 max_width = (((max_width + 15) >> 4) << 4); /* 09/19/05 */
1161 offset = ((max_width + 32) << 4) + 16;
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height;
2998 max_width = temp_w;
3000 nTotalMB = ((max_width + 15) >> 4) * ((max_height + 15) >> 4);