Lines Matching defs:height
490 round_up(q_data->rect.height, 16);
492 ysize = round_up(q_data->rect.width, 8) * q_data->rect.height;
589 DIV_ROUND_UP(q_data->rect.height, 16)) * 3200 / 8 + 512;
648 if (r->width % 16 || r->height % 16) {
650 u32 crop_bottom = round_up(r->height, 16) - r->height;
1140 value |= (q_data_src->rect.height & CODADX6_PICHEIGHT_MASK)
1148 value |= (round_up(q_data_src->rect.height, 16) &
1156 value |= (q_data_src->rect.height & CODA7_PICHEIGHT_MASK)
1385 q_data_src->rect.width, q_data_src->rect.height,
1405 * If visible width or height are not aligned to macroblock
1415 (q_data_src->rect.height % 16))) {
1417 q_data_src->rect.height,
1876 int width, height;
1977 height = val & CODADX6_PICHEIGHT_MASK;
1980 height = val & CODA7_PICHEIGHT_MASK;
1983 if (width > q_data_dst->bytesperline || height > q_data_dst->height) {
1985 width, height, q_data_dst->bytesperline,
1986 q_data_dst->height);
1991 height = round_up(height, 16);
1993 coda_dbg(1, ctx, "start decoding: %dx%d\n", width, height);
2023 q_data_dst->rect.height = height - q_data_dst->rect.top -
2308 int width, height;
2358 height = val & 0xffff;
2379 rect->height = height - rect->top -