Searched refs:EXR_HALF (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | exrenc.c | 50 EXR_HALF, enumerator 224 const int64_t element_size = s->pixel_type == EXR_HALF ? 2LL : 4LL; in encode_scanline_rle() 252 case EXR_HALF: in encode_scanline_rle() 282 const int64_t element_size = s->pixel_type == EXR_HALF ? 2LL : 4LL; in encode_scanline_zip() 317 case EXR_HALF: in encode_scanline_zip() 530 { "format", "set pixel type", OFFSET(pixel_type), AV_OPT_TYPE_INT, {.i64=EXR_FLOAT}, EXR_HALF, EXR_UNKNOWN-1, VE, "pixel" }, 531 { "half" , NULL, 0, AV_OPT_TYPE_CONST, {.i64=EXR_HALF}, 0, 0, VE, "pixel" },
|
H A D | exr.c | 76 EXR_HALF, enumerator 639 if (channel->pixel_type == EXR_HALF) in piz_uncompress() 657 if (channel->pixel_type == EXR_HALF) in piz_uncompress() 689 } else if (s->channels[i].pixel_type == EXR_HALF) { in pxr24_uncompress() 726 case EXR_HALF: in pxr24_uncompress() 832 if (s->channels[c].pixel_type == EXR_HALF) {/* B44 only compress half float data */ in b44_uncompress() 1359 data_xoffset = FFABS(FFMIN(0, s->xmin + col)) * (s->pixel_type == EXR_HALF ? 2 : 4); in decode_block() 1422 } else if (s->pixel_type == EXR_HALF) { in decode_block() 1769 if (current_pixel_type == EXR_HALF) { in decode_header() 2058 s->pixel_type == EXR_HALF) { in decode_frame() [all...] |
Completed in 4 milliseconds