Searched refs:intra_j (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Derror_resilience.c192 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]); local
193 if (intra_j == 0 || !(error_j & ER_DC_ERROR)) {
204 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]); local
205 if (intra_j == 0 || !(error_j & ER_DC_ERROR)) {
216 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]); local
218 if (intra_j == 0 || !(error_j & ER_DC_ERROR)) {
229 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]); local
230 if (intra_j == 0 || !(error_j & ER_DC_ERROR)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c153 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); local
154 if(intra_j==0 || !(error_j&ER_DC_ERROR)){
166 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); local
167 if(intra_j==0 || !(error_j&ER_DC_ERROR)){
181 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); local
182 if(intra_j==0 || !(error_j&ER_DC_ERROR)){
194 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); local
195 if(intra_j==0 || !(error_j&ER_DC_ERROR)){

Completed in 114 milliseconds