Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c155 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); in guess_dc() local
156 if(intra_j==0 || !(error_j&ER_DC_ERROR)){ in guess_dc()
168 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); in guess_dc() local
169 if(intra_j==0 || !(error_j&ER_DC_ERROR)){ in guess_dc()
183 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); in guess_dc() local
184 if(intra_j==0 || !(error_j&ER_DC_ERROR)){ in guess_dc()
196 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); in guess_dc() local
197 if(intra_j==0 || !(error_j&ER_DC_ERROR)){ in guess_dc()

Completed in 3 milliseconds