Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Drscc.c67 int valid_pixels; member
362 if (ctx->valid_pixels < ctx->inflated_size) in rscc_decode_frame()
363 ctx->valid_pixels += pixel_size; in rscc_decode_frame()
364 if (ctx->valid_pixels >= ctx->inflated_size * (100 - avctx->discard_damaged_percentage) / 100) in rscc_decode_frame()