Home | History | Annotate | Download | only in src

Lines Matching defs:nLayers

4119     int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers;
4123 nLayers = hier_layers.numlayers;
4130 if (nLayers > 1) { /*Multi-layer encoding*/
4131 sub_gop_size = 1 << (nLayers - 1);
4142 * nPframes = 2, nBframes = 6, nLayers = 3
4146 * eg1: Input by client: nPframes = 9, nBframes = 14, nLayers = 2
4147 * Output of this fn: nPframes = 12, nBframes = 12, nLayers = 2
4149 * eg2: Input by client: nPframes = 9, nBframes = 4, nLayers = 2
4150 * Output of this fn: nPframes = 7, nBframes = 7, nLayers = 2
4158 * nPframes = 7, nBframes = 0, nLayers = 3
4162 * eg1: Input by client: nPframes = 9, nBframes = 0, nLayers = 3
4163 * Output of this fn: nPframes = 7, nBframes = 0, nLayers = 3
4165 * eg2: Input by client: nPframes = 10, nBframes = 0, nLayers = 3
4166 * Output of this fn:nPframes = 12, nBframes = 0, nLayers = 3
4174 * nPframes = 3, nBframes = 9, nLayers = 0
4188 hier_layers.numlayers = nLayers;