Lines Matching refs:aligned_width
1076 u16 aligned_width, aligned_height; in coda9_jpeg_prepare_encode() local
1108 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_encode()
1111 if (aligned_width != q_data_src->bytesperline) { in coda9_jpeg_prepare_encode()
1113 aligned_width, q_data_src->bytesperline); in coda9_jpeg_prepare_encode()
1159 aligned_width = aligned_height; in coda9_jpeg_prepare_encode()
1167 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode()
1188 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode()
1330 int aligned_width, aligned_height; in coda9_jpeg_prepare_decode() local
1367 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()
1369 if (aligned_width != q_data_dst->bytesperline) { in coda9_jpeg_prepare_decode()
1371 aligned_width, q_data_dst->bytesperline); in coda9_jpeg_prepare_decode()
1386 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_decode()
1430 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_decode()