2684 |
const int64_t TRB = (int32_t)time_pp - (int32_t)time_bp; |
const int64_t TRB = (int32_t)time_pp - (int32_t)time_bp; |
2685 |
const int64_t TRD = (int32_t)time_pp; |
const int64_t TRD = (int32_t)time_pp; |
2686 |
|
|
2687 |
fprintf(stderr,"TRB = %lld TRD = %lld time_bp =%d time_pp =%d\n\n",TRB,TRD,time_bp,time_pp); |
// fprintf(stderr,"TRB = %lld TRD = %lld time_bp =%d time_pp =%d\n\n",TRB,TRD,time_bp,time_pp); |
2688 |
// note: i==horizontal, j==vertical |
// note: i==horizontal, j==vertical |
2689 |
for (j = 0; j < mb_height; j++) { |
for (j = 0; j < mb_height; j++) { |
2690 |
for (i = 0; i < mb_width; i++) { |
for (i = 0; i < mb_width; i++) { |