Home | History | Annotate | Download | only in videoencoder

Lines Matching refs:picture_height_in_mbs

987     avcSeqParams.picture_height_in_mbs = (mComParams.resolution.height + 15) / 16;
989 level = calcLevel (avcSeqParams.picture_width_in_mbs * avcSeqParams.picture_height_in_mbs);
1054 LOG_V( "picture_height_in_mbs = %d\n", avcSeqParams.picture_height_in_mbs);