Lines Matching defs:height
100 int width, int height)
109 for (y = 0; y < height; y++) {
134 * \param height[in] The source plane height.
142 int width, int height)
151 for (y = 0; y < height; y++) {
168 int width, int height)
176 for (y = 0; y < height; y++) {
191 int width, int height)
198 for (y = 0; y < height; y++) {
211 u_get_h264_level(uint32_t width, uint32_t height, uint32_t *max_reference)
216 height = align(height, 16);
223 max_dpb_mbs = (width / 16) * (height / 16) * *max_reference;