Searched refs:top_type (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 287 if (USES_LIST(sl->top_type, 0)) { in pred_pskip_motion() 290 FIX_MV_MBAFF(sl->top_type, top_ref, B, 1); in pred_pskip_motion() 293 } else if (sl->top_type) { in pred_pskip_motion() 419 sl->top_type = h->cur_pic.mb_type[top_xy]; in fill_decode_neighbors() 428 sl->top_type = 0; in fill_decode_neighbors() 435 sl->top_type = 0; in fill_decode_neighbors() 447 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; in fill_decode_caches() local 459 top_type = sl->top_type; in fill_decode_caches() 472 if (!(top_type in fill_decode_caches() [all...] |
H A D | h264_loopfilter.c | 250 int top_type = sl->top_type; in h264_filter_mb_fast_internal() local 276 if(top_type){ in h264_filter_mb_fast_internal() 284 if(top_type){ in h264_filter_mb_fast_internal() 300 if(top_type){ in h264_filter_mb_fast_internal() 313 if(top_type){ in h264_filter_mb_fast_internal() 331 if(top_type){ in h264_filter_mb_fast_internal() 348 if(top_type){ in h264_filter_mb_fast_internal() 376 if( IS_INTRA(top_type) ) in h264_filter_mb_fast_internal() 395 if(top_type) in h264_filter_mb_fast_internal() [all...] |
H A D | h264_cabac.c | 1314 if (sl->top_type & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM)) in decode_cabac_intra_mb_type() 1398 if (sl->top_type && h->chroma_pred_mode_table[mbb_xy] != 0) in decode_cabac_mb_chroma_pre_mode() 1974 if (!IS_DIRECT(sl->top_type - 1)) in ff_h264_decode_mb_cabac() 2367 if (sl->top_type && !IS_8x8DCT(sl->top_type)){ in ff_h264_decode_mb_cabac() 2384 if (sl->top_type && !IS_8x8DCT(sl->top_type)){ in ff_h264_decode_mb_cabac() 2385 uint32_t top_empty = !IS_INTRA_PCM(sl->top_type) ? 0 : 0x40404040; in ff_h264_decode_mb_cabac()
|
H A D | h264_slice.c | 2334 int top_type, in fill_filter_caches_inter() 2342 if (USES_LIST(top_type, list)) { in fill_filter_caches_inter() 2418 int top_type, left_type[LEFT_MBS]; in fill_filter_caches() local 2464 top_type = h->cur_pic.mb_type[top_xy]; in fill_filter_caches() 2469 top_type = 0; in fill_filter_caches() 2474 top_type = 0; in fill_filter_caches() 2478 sl->top_type = top_type; in fill_filter_caches() 2486 top_type, left_type, mb_xy, 0); in fill_filter_caches() 2489 top_type, left_typ in fill_filter_caches() 2330 fill_filter_caches_inter(const H264Context *h, H264SliceContext *sl, int mb_type, int top_xy, int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list) fill_filter_caches_inter() argument [all...] |
H A D | h264dec.h | 207 int top_type; member
|
H A D | h264_mb.c | 532 deblock_top = sl->top_type; in xchg_mb_border()
|
/third_party/node/deps/v8/src/torque/ |
H A D | instructions.cc | 42 const TopType* top_type = TopType::cast(type); in TypeInstruction() local 43 ReportError("use of " + top_type->reason()); in TypeInstruction()
|
H A D | implementation-visitor.cc | 2744 if (const TopType* top_type = TopType::DynamicCast(type)) { in GenerateCall() 2749 top_type->reason()); in GenerateCall() 3322 if (const TopType* top_type = TopType::DynamicCast(source.type())) { in GenerateImplicitConvert() 3324 << top_type->reason(); in GenerateImplicitConvert()
|
Completed in 23 milliseconds