Searched refs:ref_start (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 Dbink.c812 uint8_t *dst, *ref, *ref_start, *ref_end; local
827 ref_start = frame->data[plane_idx];
882 if (ref < ref_start || ref + 8*stride > ref_end) {
898 if (ref < ref_start || ref + 8 * stride > ref_end) {
928 if (ref < ref_start || ref + 8 * stride > ref_end) {
958 uint8_t *dst, *prev, *ref, *ref_start, *ref_end; local
976 ref_start = c->last->data[plane_idx] ? c->last->data[plane_idx]
978 ref_end = ref_start
1086 if (ref < ref_start || ref > ref_end) {
1120 if (ref < ref_start || re
[all...]
H A Dh264_slice.c903 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; local
922 ref_start = 0;
927 ref_start = 16;
937 for (ref0 = ref_start; ref0 < ref_count0; ref0++) {
939 for (ref1 = ref_start; ref1 < ref_count1; ref1++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbink.c797 uint8_t *dst, *ref, *ref_start, *ref_end; local
812 ref_start = c->pic.data[plane_idx];
867 if (ref < ref_start || ref + 8*stride > ref_end) {
883 if (ref < ref_start || ref + 8 * stride > ref_end) {
913 if (ref < ref_start || ref + 8 * stride > ref_end) {
943 uint8_t *dst, *prev, *ref, *ref_start, *ref_end; local
961 ref_start = c->last.data[plane_idx] ? c->last.data[plane_idx]
963 ref_end = ref_start
1071 if (ref < ref_start || ref > ref_end) {
1105 if (ref < ref_start || re
[all...]
H A Dh264.c2313 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; local
2332 ref_start= 0;
2337 ref_start= 16;
2347 for(ref0=ref_start; ref0 < ref_count0; ref0++){
2349 for(ref1=ref_start; ref1 < ref_count1; ref1++){

Completed in 176 milliseconds