Searched refs:left_type (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h64 if (!MB_FIELD(h) && IS_INTERLACED(h->left_type[0])) {
68 if (MB_FIELD(h) && !IS_INTERLACED(h->left_type[0])) {
269 if (USES_LIST(h->left_type[LTOP], 0)) {
272 FIX_MV_MBAFF(h->left_type[LTOP], left_ref, A, 0);
275 } else if (h->left_type[LTOP]) {
416 h->left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTOP]];
417 h->left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]];
425 h->left_type[LTOP] = h->left_type[LBOT] = 0;
432 h->left_type[LTO
442 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; local
[all...]
H A Dh264_loopfilter.c249 int left_type= h->left_type[LTOP]; local
272 if(left_type)
293 if(left_type){
325 if(left_type){
342 if(left_type){
368 int mask_edge0 = 3*((mask_edge1>>1) & ((5*left_type)>>5)&1); // (mb_type & (MB_TYPE_16x16 | MB_TYPE_8x16)) && (h->left_type[LTOP] & (MB_TYPE_16x16 | MB_TYPE_8x16)) ? 3 : 0;
374 if( IS_INTRA(left_type) )
392 if(left_type)
[all...]
H A Dh264_slice.c2007 int left_type[LEFT_MBS],
2028 if (!IS_INTERLACED(mb_type ^ left_type[LTOP])) {
2029 if (USES_LIST(left_type[LTOP], list)) {
2091 int top_type, left_type[LEFT_MBS]; local
2141 left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTOP]];
2142 left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]];
2147 left_type[LTOP] = left_type[LBOT] = 0;
2152 left_type[LTOP] = left_type[LBO
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.c1300 if( h->left_type[LTOP] & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
1379 if( h->left_type[LTOP] && h->chroma_pred_mode_table[mba_xy] != 0 )
1935 if( !IS_DIRECT( h->left_type[LTOP]-1 ) )
2312 if (h->left_type[LEFT(i)] && !IS_8x8DCT(h->left_type[LEFT(i)])){
H A Dh264.h389 int left_type[LEFT_MBS]; 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.h65 && IS_INTERLACED(h->left_type[0])){
69 && !IS_INTERLACED(h->left_type[0])){
251 if(USES_LIST(h->left_type[LTOP], 0)){
254 FIX_MV_MBAFF(h->left_type[LTOP], left_ref, A, 0);
258 }else if(h->left_type[LTOP]){
395 h->left_type[LTOP] = s->current_picture.f.mb_type[left_xy[LTOP]];
396 h->left_type[LBOT] = s->current_picture.f.mb_type[left_xy[LBOT]];
401 if(h->slice_table[left_xy[LTOP] ] != h->slice_num) h->left_type[LTOP] = h->left_type[LBOT] = 0;
406 if(h->slice_table[left_xy[LTOP] ] != h->slice_num) h->left_type[LTO
415 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; local
[all...]
H A Dh264_loopfilter.c253 int left_type= h->left_type[LTOP]; local
276 if(left_type)
297 if(left_type){
329 if(left_type){
346 if(left_type){
372 int mask_edge0 = 3*((mask_edge1>>1) & ((5*left_type)>>5)&1); // (mb_type & (MB_TYPE_16x16 | MB_TYPE_8x16)) && (h->left_type[LTOP] & (MB_TYPE_16x16 | MB_TYPE_8x16)) ? 3 : 0;
378 if( IS_INTRA(left_type) )
396 if(left_type)
[all...]
H A Dh264_cabac.c1301 if( h->left_type[LTOP] & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
1381 if( h->left_type[LTOP] && h->chroma_pred_mode_table[mba_xy] != 0 )
1921 if( !IS_DIRECT( h->left_type[LTOP]-1 ) )
2293 if (h->left_type[LEFT(i)] && !IS_8x8DCT(h->left_type[LEFT(i)])){
H A Dh264.c3352 int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list)
3372 if(!IS_INTERLACED(mb_type^left_type[LTOP])){
3373 if(USES_LIST(left_type[LTOP], list)){
3435 int top_type, left_type[LEFT_MBS]; local
3482 left_type[LTOP] = s->current_picture.f.mb_type[left_xy[LTOP]];
3483 left_type[LBOT] = s->current_picture.f.mb_type[left_xy[LBOT]];
3486 if(h->slice_table[left_xy[LBOT]] != h->slice_num) left_type[LTOP]= left_type[LBOT]= 0;
3489 if(h->slice_table[left_xy[LBOT]] == 0xFFFF) left_type[LTOP]= left_type[LBO
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.h282 int left_type[LEFT_MBS]; member in struct:H264Context

Completed in 90 milliseconds