comparison cavs.c @ 4594:a96d905dcbaa libavcodec

Add av_ prefix to clip functions
author reimar
date Sun, 25 Feb 2007 10:27:12 +0000
parents f623a9939995
children 6c457e692336
comparison
equal deleted inserted replaced
4593:2aea8bf268d8 4594:a96d905dcbaa
126 } 126 }
127 return 0; 127 return 0;
128 } 128 }
129 129
130 #define SET_PARAMS \ 130 #define SET_PARAMS \
131 alpha = alpha_tab[clip(qp_avg + h->alpha_offset,0,63)]; \ 131 alpha = alpha_tab[av_clip(qp_avg + h->alpha_offset,0,63)]; \
132 beta = beta_tab[clip(qp_avg + h->beta_offset, 0,63)]; \ 132 beta = beta_tab[av_clip(qp_avg + h->beta_offset, 0,63)]; \
133 tc = tc_tab[clip(qp_avg + h->alpha_offset,0,63)]; 133 tc = tc_tab[av_clip(qp_avg + h->alpha_offset,0,63)];
134 134
135 /** 135 /**
136 * in-loop deblocking filter for a single macroblock 136 * in-loop deblocking filter for a single macroblock
137 * 137 *
138 * boundary strength (bs) mapping: 138 * boundary strength (bs) mapping: