Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpng.c25 const uint8_t ff_png_pass_ymask[NB_PASSES] = {
30 static const uint8_t ff_png_pass_xmin[NB_PASSES] = {
35 static const uint8_t ff_png_pass_xshift[NB_PASSES] = {
Dpng.h47 #define NB_PASSES 7 macro
53 extern const uint8_t ff_png_pass_ymask[NB_PASSES];
Dpngdec.c111 static const uint8_t png_pass_mask[NB_PASSES] = {
116 static const uint8_t png_pass_dsp_ymask[NB_PASSES] = {
121 static const uint8_t png_pass_dsp_mask[NB_PASSES] = {
338 return 100 - 100 * s->pass / (NB_PASSES - 1); in YUV2RGB()
405 if (s->pass == NB_PASSES - 1) { in png_handle_row()
Dpngenc.c466 for (pass = 0; pass < NB_PASSES; pass++) { in encode_frame()