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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h282 if (USES_LIST(h->top_type, 0)) {
285 FIX_MV_MBAFF(h->top_type, top_ref, B, 1);
288 } else if (h->top_type) {
414 h->top_type = h->cur_pic.mb_type[top_xy];
423 h->top_type = 0;
430 h->top_type = 0;
442 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; local
454 top_type = h->top_type;
467 if (!(top_type
[all...]
H A Dh264_loopfilter.c250 int top_type= h->top_type; local
276 if(top_type){
284 if(top_type){
300 if(top_type){
313 if(top_type){
331 if(top_type){
348 if(top_type){
376 if( IS_INTRA(top_type) )
395 if(top_type)
[all...]
H A Dh264_slice.c2006 int top_type,
2014 if (USES_LIST(top_type, list)) {
2091 int top_type, left_type[LEFT_MBS]; local
2140 top_type = h->cur_pic.mb_type[top_xy];
2145 top_type = 0;
2150 top_type = 0;
2154 h->top_type = top_type;
2162 top_type, left_type, mb_xy, 0);
2165 top_type, left_typ
2003 fill_filter_caches_inter(H264Context *h, int mb_type, int top_xy, int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list) argument
[all...]
H A Dh264_cabac.c1302 if( h->top_type & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
1382 if( h->top_type && h->chroma_pred_mode_table[mbb_xy] != 0 )
1937 if( !IS_DIRECT( h->top_type-1 ) )
2321 if (h->top_type && !IS_8x8DCT(h->top_type)){
H A Dh264.h387 int top_type; member in struct:H264Context
H A Dh264_mb.c525 deblock_top = h->top_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h265 if(USES_LIST(h->top_type, 0)){
268 FIX_MV_MBAFF(h->top_type, top_ref, B, 1);
272 }else if(h->top_type){
393 h->top_type = s->current_picture.f.mb_type[top_xy];
400 if(h->slice_table[top_xy ] != h->slice_num) h->top_type = 0;
405 if(h->slice_table[top_xy ] != h->slice_num) h->top_type = 0;
415 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; local
427 top_type = h->top_type;
440 if(!(top_type
[all...]
H A Dh264_loopfilter.c254 int top_type= h->top_type; local
280 if(top_type){
288 if(top_type){
304 if(top_type){
317 if(top_type){
335 if(top_type){
352 if(top_type){
380 if( IS_INTRA(top_type) )
399 if(top_type)
[all...]
H A Dh264_cabac.c1303 if( h->top_type & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
1384 if( h->top_type && h->chroma_pred_mode_table[mbb_xy] != 0 )
1923 if( !IS_DIRECT( h->top_type-1 ) )
2302 if (h->top_type && !IS_8x8DCT(h->top_type)){
H A Dh264.c1666 deblock_top = h->top_type;
3352 int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list)
3358 if(USES_LIST(top_type, list)){
3435 int top_type, left_type[LEFT_MBS]; local
3481 top_type = s->current_picture.f.mb_type[top_xy];
3485 if(h->slice_table[top_xy ] != h->slice_num) top_type= 0;
3488 if(h->slice_table[top_xy ] == 0xFFFF) top_type= 0;
3491 h->top_type = top_type;
3498 fill_filter_caches_inter(h, s, mb_type, top_xy, left_xy, top_type, left_typ
3351 fill_filter_caches_inter(H264Context *h, MpegEncContext * const s, int mb_type, int top_xy, int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list) argument
[all...]
H A Dh264.h280 int top_type; member in struct:H264Context

Completed in 78 milliseconds