Lines Matching defs:width
100 int width, int height)
110 for (x = 0; x < width; x++) {
133 * \param width[in] The source plane width.
142 int width, int height)
152 for (x = 0; x < width; x++) {
168 int width, int height)
177 for (x = 0; x < 2 * width; x += 2) {
191 int width, int height)
199 for (x = 0; x < 4 * width; x += 4) {
211 u_get_h264_level(uint32_t width, uint32_t height, uint32_t *max_reference)
215 width = align(width, 16);
223 max_dpb_mbs = (width / 16) * (height / 16) * *max_reference;