Searched refs:top_ref (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_mvpred.h98 const int top_ref= h->ref_cache[list][ index8 - 8 ]; local
116 match_count= (diagonal_ref==ref) + (top_ref==ref) + (left_ref==ref);
125 }else if(top_ref==ref){
133 if(top_ref == PART_NOT_AVAILABLE && diagonal_ref == PART_NOT_AVAILABLE && left_ref != PART_NOT_AVAILABLE){
142 tprintf(h->s.avctx, "pred_motion (%2d %2d %2d) (%2d %2d %2d) (%2d %2d %2d) -> (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref, A[0], A[1], ref, *mx, *my, h->s.mb_x, h->s.mb_y, n, list);
153 const int top_ref= h->ref_cache[list][ scan8[0] - 8 ]; local
156 tprintf(h->s.avctx, "pred_16x8: (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], h->s.mb_x, h->s.mb_y, n, list);
158 if(top_ref == ref){
218 const int top_ref = h->ref_cache[0][ scan8[0] - 8 ]; local
221 tprintf(h->s.avctx, "pred_pskip: (%d) (%d) at %2d %2d\n", top_ref, left_re
[all...]
H A Dh264_direct.c166 int top_ref = h->ref_cache[list][scan8[0] - 8]; local
173 ref[list] = FFMIN3((unsigned)left_ref, (unsigned)top_ref, (unsigned)refc);
179 int match_count= (left_ref==ref[list]) + (top_ref==ref[list]) + (refc==ref[list]);
187 }else if(top_ref==ref[list]){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_mvpred.h98 const int top_ref= h->ref_cache[list][ index8 - 8 ]; local
116 match_count= (diagonal_ref==ref) + (top_ref==ref) + (left_ref==ref);
125 }else if(top_ref==ref){
133 if(top_ref == PART_NOT_AVAILABLE && diagonal_ref == PART_NOT_AVAILABLE && left_ref != PART_NOT_AVAILABLE){
142 tprintf(h->s.avctx, "pred_motion (%2d %2d %2d) (%2d %2d %2d) (%2d %2d %2d) -> (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref, A[0], A[1], ref, *mx, *my, h->s.mb_x, h->s.mb_y, n, list);
153 const int top_ref= h->ref_cache[list][ scan8[0] - 8 ]; local
156 tprintf(h->s.avctx, "pred_16x8: (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], h->s.mb_x, h->s.mb_y, n, list);
158 if(top_ref == ref){
218 const int top_ref = h->ref_cache[0][ scan8[0] - 8 ]; local
221 tprintf(h->s.avctx, "pred_pskip: (%d) (%d) at %2d %2d\n", top_ref, left_re
[all...]
H A Dh264_direct.c166 int top_ref = h->ref_cache[list][scan8[0] - 8]; local
173 ref[list] = FFMIN3((unsigned)left_ref, (unsigned)top_ref, (unsigned)refc);
179 int match_count= (left_ref==ref[list]) + (top_ref==ref[list]) + (refc==ref[list]);
187 }else if(top_ref==ref[list]){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_mvpred.h98 const int top_ref= h->ref_cache[list][ index8 - 8 ]; local
116 match_count= (diagonal_ref==ref) + (top_ref==ref) + (left_ref==ref);
125 }else if(top_ref==ref){
133 if(top_ref == PART_NOT_AVAILABLE && diagonal_ref == PART_NOT_AVAILABLE && left_ref != PART_NOT_AVAILABLE){
142 tprintf(h->s.avctx, "pred_motion (%2d %2d %2d) (%2d %2d %2d) (%2d %2d %2d) -> (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref, A[0], A[1], ref, *mx, *my, h->s.mb_x, h->s.mb_y, n, list);
153 const int top_ref= h->ref_cache[list][ scan8[0] - 8 ]; local
156 tprintf(h->s.avctx, "pred_16x8: (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], h->s.mb_x, h->s.mb_y, n, list);
158 if(top_ref == ref){
218 const int top_ref = h->ref_cache[0][ scan8[0] - 8 ]; local
221 tprintf(h->s.avctx, "pred_pskip: (%d) (%d) at %2d %2d\n", top_ref, left_re
[all...]
H A Dh264_direct.c166 int top_ref = h->ref_cache[list][scan8[0] - 8]; local
173 ref[list] = FFMIN3((unsigned)left_ref, (unsigned)top_ref, (unsigned)refc);
179 int match_count= (left_ref==ref[list]) + (top_ref==ref[list]) + (refc==ref[list]);
187 }else if(top_ref==ref[list]){

Completed in 179 milliseconds