Searched refs:get_scale_factor (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c38 static int get_scale_factor(H264Context * const h, int poc, int poc1, int i){ function
63 get_scale_factor(h, poc, poc1, i+16);
67 h->dist_scale_factor[i] = get_scale_factor(h, poc, poc1, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c40 static int get_scale_factor(H264Context * const h, int poc, int poc1, int i){ function
61 h->dist_scale_factor_field[field][i^field] = get_scale_factor(h, poc, poc1, i+16);
65 h->dist_scale_factor[i] = get_scale_factor(h, poc, poc1, i);

Completed in 88 milliseconds