Lines Matching refs:aligned_width
1070 u16 aligned_width, aligned_height; in coda9_jpeg_prepare_encode() local
1102 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_encode()
1105 if (aligned_width != q_data_src->bytesperline) { in coda9_jpeg_prepare_encode()
1107 aligned_width, q_data_src->bytesperline); in coda9_jpeg_prepare_encode()
1152 aligned_width = aligned_height; in coda9_jpeg_prepare_encode()
1160 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode()
1181 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode()
1305 int aligned_width, aligned_height; in coda9_jpeg_prepare_decode() local
1344 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()
1346 if (aligned_width != q_data_dst->bytesperline) { in coda9_jpeg_prepare_decode()
1348 aligned_width, q_data_dst->bytesperline); in coda9_jpeg_prepare_decode()
1363 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_decode()
1410 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_decode()