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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h306 if (USES_LIST(h->topleft_type, 0)) {
311 FIX_MV_MBAFF(h->topleft_type, diagonal_ref, C, 2);
312 } else if (h->topleft_type) {
413 h->topleft_type = h->cur_pic.mb_type[topleft_xy];
421 h->topleft_type = 0;
428 h->topleft_type = 0;
442 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; local
453 topleft_type = h->topleft_type;
498 if (!(topleft_type
[all...]
H A Dh264.h386 int topleft_type; member in struct:H264Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h289 if(USES_LIST(h->topleft_type, 0)){
292 FIX_MV_MBAFF(h->topleft_type, diagonal_ref, C, 2);
293 }else if(h->topleft_type){
392 h->topleft_type = s->current_picture.f.mb_type[topleft_xy];
399 if(h->slice_table[topleft_xy ] != h->slice_num) h->topleft_type = 0;
404 h->topleft_type = 0;
415 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; local
426 topleft_type = h->topleft_type;
471 if(!(topleft_type
[all...]
H A Dh264.h279 int topleft_type; member in struct:H264Context

Completed in 614 milliseconds