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()
1153 aligned_width = aligned_height; in coda9_jpeg_prepare_encode()
1161 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode()
1182 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode()
1324 int aligned_width, aligned_height; in coda9_jpeg_prepare_decode() local
1361 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()
1363 if (aligned_width != q_data_dst->bytesperline) { in coda9_jpeg_prepare_decode()
1365 aligned_width, q_data_dst->bytesperline); in coda9_jpeg_prepare_decode()
1380 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_decode()
1424 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_decode()