Searched refs:NB_PASSES (Results 1 – 4 of 4) sorted by relevance
25 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] = {
47 #define NB_PASSES 7 macro53 extern const uint8_t ff_png_pass_ymask[NB_PASSES];
111 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()
466 for (pass = 0; pass < NB_PASSES; pass++) { in encode_frame()