Home
last modified time | relevance | path

Searched refs:EXR_HALF (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dexrenc.c49 EXR_HALF, enumerator
216 const int64_t element_size = s->pixel_type == EXR_HALF ? 2LL : 4LL; in encode_scanline_rle()
244 case EXR_HALF: in encode_scanline_rle()
274 const int64_t element_size = s->pixel_type == EXR_HALF ? 2LL : 4LL; in encode_scanline_zip()
309 case EXR_HALF: in encode_scanline_zip()
523 …{ "format", "set pixel type", OFFSET(pixel_type), AV_OPT_TYPE_INT, {.i64=EXR_FLOAT}, EXR_HALF, E…
524 …{ "half" , NULL, 0, AV_OPT_TYPE_CONST, {.i64=EXR_HALF}, …
Dexr.c75 EXR_HALF, enumerator
638 if (channel->pixel_type == EXR_HALF) in piz_uncompress()
656 if (channel->pixel_type == EXR_HALF) in piz_uncompress()
688 } else if (s->channels[i].pixel_type == EXR_HALF) { in pxr24_uncompress()
725 case EXR_HALF: in pxr24_uncompress()
831 if (s->channels[c].pixel_type == EXR_HALF) {/* B44 only compress half float data */ in b44_uncompress()
1353 data_xoffset = FFABS(FFMIN(0, s->xmin + col)) * (s->pixel_type == EXR_HALF ? 2 : 4); in decode_block()
1416 } else if (s->pixel_type == EXR_HALF) { in decode_block()
1763 if (current_pixel_type == EXR_HALF) { in decode_header()
2045 s->pixel_type == EXR_HALF) { in decode_frame()
[all …]