Searched refs:topright_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.h298 if (USES_LIST(h->topright_type, 0)) {
301 FIX_MV_MBAFF(h->topright_type, diagonal_ref, C, 2);
302 } else if (h->topright_type) {
415 h->topright_type = h->cur_pic.mb_type[topright_xy];
436 h->topright_type = 0;
442 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; local
455 topright_type = h->topright_type;
501 if (!(topright_type & type_mask))
658 if (USES_LIST(topright_type, lis
[all...]
H A Dh264.h388 int topright_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.h281 if(USES_LIST(h->topright_type, 0)){
284 FIX_MV_MBAFF(h->topright_type, diagonal_ref, C, 2);
285 }else if(h->topright_type){
394 h->topright_type = s->current_picture.f.mb_type[topright_xy];
409 if(h->slice_table[topright_xy] != h->slice_num) h->topright_type= 0;
415 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; local
428 topright_type = h->topright_type;
474 if(!(topright_type & type_mask))
628 if(USES_LIST(topright_type, lis
[all...]
H A Dh264.h281 int topright_type; member in struct:H264Context

Completed in 100 milliseconds