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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_direct.c39 static int get_scale_factor(H264Context * const h, int poc, int poc1, int i){ argument
41 int td = av_clip(poc1 - poc0, -128, 127);
54 const int poc1 = h->ref_list[1][0].poc; local
58 const int poc1 = h->ref_list[1][0].field_poc[field]; local
60 h->dist_scale_factor_field[field][i^field] = get_scale_factor(h, poc, poc1, i+16);
64 h->dist_scale_factor[i] = get_scale_factor(h, poc, poc1, i);
H A Dh264.c1451 int poc1 = h->ref_list[1][ref1].poc; local
1452 int td = av_clip(poc1 - poc0, -128, 127);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_direct.c39 static int get_scale_factor(H264Context * const h, int poc, int poc1, int i){ argument
41 int td = av_clip(poc1 - poc0, -128, 127);
54 const int poc1 = h->ref_list[1][0].poc; local
58 const int poc1 = h->ref_list[1][0].field_poc[field]; local
60 h->dist_scale_factor_field[field][i^field] = get_scale_factor(h, poc, poc1, i+16);
64 h->dist_scale_factor[i] = get_scale_factor(h, poc, poc1, i);
H A Dh264.c1451 int poc1 = h->ref_list[1][ref1].poc; local
1452 int td = av_clip(poc1 - poc0, -128, 127);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_direct.c39 static int get_scale_factor(H264Context * const h, int poc, int poc1, int i){ argument
41 int td = av_clip(poc1 - poc0, -128, 127);
54 const int poc1 = h->ref_list[1][0].poc; local
58 const int poc1 = h->ref_list[1][0].field_poc[field]; local
60 h->dist_scale_factor_field[field][i^field] = get_scale_factor(h, poc, poc1, i+16);
64 h->dist_scale_factor[i] = get_scale_factor(h, poc, poc1, i);
H A Dh264.c1451 int poc1 = h->ref_list[1][ref1].poc; local
1452 int td = av_clip(poc1 - poc0, -128, 127);

Completed in 286 milliseconds