Searched refs:dist_scale_factor (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c67 h->dist_scale_factor[i] = get_scale_factor(h, poc, poc1, i);
498 const int *dist_scale_factor = h->dist_scale_factor; local
504 dist_scale_factor =h->dist_scale_factor_field[h->mb_y&1];
537 scale = dist_scale_factor[ref0];
563 const int scale = dist_scale_factor[ref0];
601 scale = dist_scale_factor[ref0];
H A Dh264.h476 int dist_scale_factor[32]; member in struct:H264Context
H A Dh264_slice.c947 int dist_scale_factor = (tb * tx + 32) >> 8; local
948 if (dist_scale_factor >= -64 && dist_scale_factor <= 128)
949 w = 64 - dist_scale_factor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c65 h->dist_scale_factor[i] = get_scale_factor(h, poc, poc1, i);
497 const int *dist_scale_factor = h->dist_scale_factor; local
503 dist_scale_factor =h->dist_scale_factor_field[s->mb_y&1];
536 scale = dist_scale_factor[ref0];
562 const int scale = dist_scale_factor[ref0];
600 scale = dist_scale_factor[ref0];
H A Dh264.h371 int dist_scale_factor[16]; member in struct:H264Context
H A Dh264.c2357 int dist_scale_factor = (tb*tx + 32) >> 8; local
2358 if(dist_scale_factor >= -64 && dist_scale_factor <= 128)
2359 w = 64 - dist_scale_factor;

Completed in 113 milliseconds