Lines Matching defs:height
488 round_up(q_data->rect.height, 16);
490 ysize = round_up(q_data->rect.width, 8) * q_data->rect.height;
587 DIV_ROUND_UP(q_data->rect.height, 16)) * 3200 / 8 + 512;
646 if (r->width % 16 || r->height % 16) {
648 u32 crop_bottom = round_up(r->height, 16) - r->height;
1138 value |= (q_data_src->rect.height & CODADX6_PICHEIGHT_MASK)
1146 value |= (round_up(q_data_src->rect.height, 16) &
1154 value |= (q_data_src->rect.height & CODA7_PICHEIGHT_MASK)
1383 q_data_src->rect.width, q_data_src->rect.height,
1403 * If visible width or height are not aligned to macroblock
1413 (q_data_src->rect.height % 16))) {
1415 q_data_src->rect.height,
1851 int width, height;
1945 height = val & CODADX6_PICHEIGHT_MASK;
1948 height = val & CODA7_PICHEIGHT_MASK;
1951 if (width > q_data_dst->bytesperline || height > q_data_dst->height) {
1953 width, height, q_data_dst->bytesperline,
1954 q_data_dst->height);
1959 height = round_up(height, 16);
1961 coda_dbg(1, ctx, "start decoding: %dx%d\n", width, height);
1991 q_data_dst->rect.height = height - q_data_dst->rect.top -
2286 int width, height;
2336 height = val & 0xffff;
2357 rect->height = height - rect->top -