Searched refs:LIST_NOT_USED (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_mvpred.h | 52 return LIST_NOT_USED; \ in fetch_diagonal_mv() 283 left_ref = LIST_NOT_USED; in pred_pskip_motion() 296 top_ref = LIST_NOT_USED; in pred_pskip_motion() 310 diagonal_ref = LIST_NOT_USED; in pred_pskip_motion() 320 diagonal_ref = LIST_NOT_USED; in pred_pskip_motion() 629 ((top_type ? LIST_NOT_USED : PART_NOT_AVAILABLE) & 0xFF) * 0x01010101u); in fill_decode_caches() 648 ref_cache[cache_idx + 8] = (left_type[LEFT(i)]) ? LIST_NOT_USED in fill_decode_caches() 660 ref_cache[-1] = left_type[LTOP] ? LIST_NOT_USED in fill_decode_caches() 671 ref_cache[4 - 1 * 8] = topright_type ? LIST_NOT_USED in fill_decode_caches() 683 ref_cache[-1 - 1 * 8] = topleft_type ? LIST_NOT_USED in fill_decode_caches()
|
D | h264dec.h | 397 #define LIST_NOT_USED -1 // FIXME rename? macro 796 2, 2, 2, (uint8_t)LIST_NOT_USED, 1); in write_back_motion()
|
D | h264_slice.c | 2257 AV_WN32A(&ref_cache[0 - 1 * 8], ((LIST_NOT_USED) & 0xFF) * 0x01010101u); in fill_filter_caches_inter() 2281 ref_cache[-1 + 24] = LIST_NOT_USED; in fill_filter_caches_inter() 2288 AV_WN32A(&ref_cache[0 * 8], ((LIST_NOT_USED) & 0xFF) * 0x01010101u); in fill_filter_caches_inter() 2289 AV_WN32A(&ref_cache[1 * 8], ((LIST_NOT_USED) & 0xFF) * 0x01010101u); in fill_filter_caches_inter() 2290 AV_WN32A(&ref_cache[2 * 8], ((LIST_NOT_USED) & 0xFF) * 0x01010101u); in fill_filter_caches_inter() 2291 AV_WN32A(&ref_cache[3 * 8], ((LIST_NOT_USED) & 0xFF) * 0x01010101u); in fill_filter_caches_inter()
|
D | h264_cavlc.c | 1001 val= LIST_NOT_USED&0xFF; in ff_h264_decode_mb_cavlc() 1039 val= LIST_NOT_USED&0xFF; in ff_h264_decode_mb_cavlc()
|
D | h264_cabac.c | 2262 … fill_rectangle(&sl->ref_cache[list][ scan8[0] + 16*i ], 4, 2, 8, (LIST_NOT_USED&0xFF), 1); in ff_h264_decode_mb_cabac() 2298 … fill_rectangle(&sl->ref_cache[list][ scan8[0] + 2*i ], 2, 4, 8, (LIST_NOT_USED&0xFF), 1); in ff_h264_decode_mb_cabac()
|