Searched defs:aligned_width (Results 1 – 9 of 9) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | r210enc.c | 29 int aligned_width = FFALIGN(avctx->width, in encode_init() local 43 int aligned_width = FFALIGN(avctx->width, in encode_frame() local
|
| D | targa_y216dec.c | 39 int aligned_width = FFALIGN(avctx->width, 4); in y216_decode_frame() local
|
| D | v210_template.c | 39 int aligned_width = ((avctx->width + 47) / 48) * 48; in RENAME() local
|
| D | r210dec.c | 42 int aligned_width = FFALIGN(avctx->width, in decode_frame() local
|
| D | v210enc.c | 121 int aligned_width = ((avctx->width + 47) / 48) * 48; in encode_frame() local
|
| D | v210dec.c | 153 int aligned_width = ((avctx->width + 47) / 48) * 48; in decode_frame() local
|
| D | cdxl.c | 244 int ret, w, h, encoding, aligned_width, buf_size = pkt->size; in cdxl_decode_frame() local
|
| D | fic.c | 53 int aligned_width, aligned_height; member
|
| D | sanm.c | 273 int aligned_width, aligned_height; member
|