maroontree 0.1.0

AV1 & AV2 tiny still-image (AVIF) encoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
p_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=45952
CFLPRED cbx=208 cby=0 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f810 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=832 coff=832 ytop_off=18446744073709550784 utop_off=18446744073709550784 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=0..32
CFLALIASMODE cbx=208 cby=0 temp_block=true inplace_env=false
CFLLEFTSRC cbx=208 cby=0 has_left=false coff=832 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f810 dc=[1024, 128, 128] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=832 ytop_off=18446744073709550784 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1656 yq3_max=1688 yq3_avg=1664 ac_min=632 ac_max=664 ac_avg=640
CFLPREDOUT cbx=208 cby=0 visible=64x64 padded=64x64 u_min=118 u_max=118 u_avg=118 u_first=118 u_last=118 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=208 cby=0 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=10 eob_v=10 txtp_u=0 txtp_v=0 u_min=115 u_max=120 u_avg=117 u_first=117 u_last=115 u_left=117 u_right=118 v_min=132 v_max=137 v_avg=133 v_first=133 v_last=136 v_left=133 v_right=133 u_full_min=115 u_full_max=120 u_full_avg=117 u_full_right=118 v_full_min=132 v_full_max=137 v_full_avg=133 v_full_right=133 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=0 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-4, 4] mhdir=252 rng=40192
CFLPRED cbx=224 cby=0 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-4, 4] alpha_promoted=[-128, 128] flags=0x2000e018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=896 coff=896 ytop_off=18446744073709550848 utop_off=18446744073709550848 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=0..32
CFLALIASMODE cbx=224 cby=0 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=0 has_left=true coff=896 left_first_off=895 left_last_visible_off=105727 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=115 u_all_max=120 u_all_avg=118 u_dc_avg=118 u_first=118 u_last=115 u_even8=[118, 118, 118, 119, 119, 119, 119, 120] v_all_min=133 v_all_max=137 v_all_avg=133 v_dc_avg=133 v_first=133 v_last=137 v_even8=[133, 133, 133, 133, 133, 133, 133, 133]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x2000e018 dc=[1665, 118, 134] alpha=[-128, 128] n_top=0 n_left=0 has_t=false has_l=true ypx_off=896 ytop_off=18446744073709550848 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1665, 118, 134] yq3_min=1648 yq3_max=1680 yq3_avg=1662 ac_min=-17 ac_max=15 ac_avg=-2
CFLPREDOUT cbx=224 cby=0 visible=64x64 padded=64x64 u_min=117 u_max=119 u_avg=118 u_first=118 u_last=117 v_min=133 v_max=135 v_avg=133 v_first=134 v_last=135
CFLRECONOUT cbx=224 cby=0 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=12 txtp_u=0 txtp_v=0 u_min=117 u_max=120 u_avg=118 u_first=118 u_last=117 u_left=118 u_right=118 v_min=131 v_max=136 v_avg=132 v_first=132 v_last=134 v_left=133 v_right=132 u_full_min=117 u_full_max=120 u_full_avg=118 u_full_right=118 v_full_min=131 v_full_max=136 v_full_avg=132 v_full_right=132 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=256 cby=0 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=45952
CFLPRED cbx=256 cby=0 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f810 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1024 coff=1024 ytop_off=18446744073709550976 utop_off=18446744073709550976 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=0..32
CFLALIASMODE cbx=256 cby=0 temp_block=true inplace_env=false
CFLLEFTSRC cbx=256 cby=0 has_left=false coff=1024 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f810 dc=[1024, 128, 128] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=1024 ytop_off=18446744073709550976 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1656 yq3_max=1704 yq3_avg=1676 ac_min=632 ac_max=680 ac_avg=652
CFLPREDOUT cbx=256 cby=0 visible=64x64 padded=64x64 u_min=117 u_max=118 u_avg=117 u_first=117 u_last=118 v_min=138 v_max=139 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=256 cby=0 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=11 eob_v=12 txtp_u=0 txtp_v=0 u_min=115 u_max=120 u_avg=118 u_first=118 u_last=116 u_left=118 u_right=116 v_min=132 v_max=137 v_avg=133 v_first=133 v_last=135 v_left=132 v_right=136 u_full_min=115 u_full_max=120 u_full_avg=118 u_full_right=116 v_full_min=132 v_full_max=137 v_full_avg=133 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=272 cby=0 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=61232
CFLPRED cbx=272 cby=0 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1088 coff=1088 ytop_off=18446744073709551040 utop_off=18446744073709551040 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=0..32
CFLALIASMODE cbx=272 cby=0 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=0 has_left=true coff=1088 left_first_off=1087 left_last_visible_off=105919 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=116 u_all_max=117 u_all_avg=116 u_dc_avg=116 u_first=116 u_last=116 u_even8=[116, 116, 116, 116, 116, 117, 117, 117] v_all_min=136 v_all_max=137 v_all_avg=136 v_dc_avg=136 v_first=136 v_last=136 v_even8=[136, 136, 136, 136, 136, 136, 136, 136]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[1692, 116, 136] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1088 ytop_off=18446744073709551040 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1692, 116, 136] yq3_min=1640 yq3_max=1720 yq3_avg=1680 ac_min=-52 ac_max=28 ac_avg=-11
CFLPREDOUT cbx=272 cby=0 visible=64x64 padded=64x64 u_min=116 u_max=117 u_avg=116 u_first=116 u_last=116 v_min=136 v_max=136 v_avg=136 v_first=136 v_last=136
CFLRECONOUT cbx=272 cby=0 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=6 eob_v=10 txtp_u=0 txtp_v=0 u_min=115 u_max=118 u_avg=116 u_first=116 u_last=115 u_left=116 u_right=116 v_min=134 v_max=137 v_avg=136 v_first=135 v_last=136 v_left=136 v_right=136 u_full_min=115 u_full_max=118 u_full_avg=116 u_full_right=116 v_full_min=134 v_full_max=137 v_full_avg=136 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=336 cby=0 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 0] mhdir=254 rng=63488
CFLPRED cbx=336 cby=0 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 0] alpha_promoted=[-64, 0] flags=0x0000f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1344 coff=1344 ytop_off=18446744073709551296 utop_off=18446744073709551296 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=0..32
CFLALIASMODE cbx=336 cby=0 temp_block=true inplace_env=false
CFLLEFTSRC cbx=336 cby=0 has_left=true coff=1344 left_first_off=1343 left_last_visible_off=106175 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=115 u_all_max=115 u_all_avg=115 u_dc_avg=115 u_first=115 u_last=115 u_even8=[115, 115, 115, 115, 115, 115, 115, 115] v_all_min=137 v_all_max=137 v_all_avg=137 v_dc_avg=137 v_first=137 v_last=137 v_even8=[137, 137, 137, 137, 137, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f018 dc=[1699, 115, 137] alpha=[-64, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1344 ytop_off=18446744073709551296 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1699, 115, 137] yq3_min=1664 yq3_max=1720 yq3_avg=1694 ac_min=-35 ac_max=21 ac_avg=-4
CFLPREDOUT cbx=336 cby=0 visible=64x64 padded=64x64 u_min=114 u_max=116 u_avg=115 u_first=115 u_last=115 v_min=137 v_max=137 v_avg=137 v_first=137 v_last=137
CFLRECONOUT cbx=336 cby=0 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=1 txtp_u=0 txtp_v=0 u_min=114 u_max=116 u_avg=115 u_first=115 u_last=115 u_left=115 u_right=115 v_min=137 v_max=137 v_avg=137 v_first=137 v_last=137 v_left=137 v_right=137 u_full_min=114 u_full_max=116 u_full_avg=115 u_full_right=115 v_full_min=137 v_full_max=137 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=352 cby=0 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=45952
CFLPRED cbx=352 cby=0 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f810 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1408 coff=1408 ytop_off=18446744073709551360 utop_off=18446744073709551360 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=0..32
CFLALIASMODE cbx=352 cby=0 temp_block=true inplace_env=false
CFLLEFTSRC cbx=352 cby=0 has_left=false coff=1408 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f810 dc=[1024, 128, 128] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=1408 ytop_off=18446744073709551360 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1624 yq3_max=1848 yq3_avg=1685 ac_min=600 ac_max=824 ac_avg=661
CFLPREDOUT cbx=352 cby=0 visible=64x64 padded=64x64 u_min=115 u_max=119 u_avg=117 u_first=117 u_last=117 v_min=137 v_max=141 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=352 cby=0 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=17 eob_v=17 txtp_u=0 txtp_v=0 u_min=114 u_max=120 u_avg=116 u_first=116 u_last=114 u_left=115 u_right=117 v_min=131 v_max=139 v_avg=135 v_first=135 v_last=137 v_left=136 v_right=135 u_full_min=114 u_full_max=120 u_full_avg=116 u_full_right=117 v_full_min=131 v_full_max=139 v_full_avg=135 v_full_right=135 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=368 cby=0 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 2] mhdir=254 rng=59328
CFLPRED cbx=368 cby=0 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 2] alpha_promoted=[-64, 64] flags=0x1000f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1472 coff=1472 ytop_off=18446744073709551424 utop_off=18446744073709551424 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=0..32
CFLALIASMODE cbx=368 cby=0 temp_block=true inplace_env=false
CFLLEFTSRC cbx=368 cby=0 has_left=true coff=1472 left_first_off=1471 left_last_visible_off=106303 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=120 u_all_avg=117 u_dc_avg=117 u_first=116 u_last=115 u_even8=[116, 118, 118, 118, 119, 120, 120, 120] v_all_min=131 v_all_max=139 v_all_avg=135 v_dc_avg=135 v_first=136 v_last=137 v_even8=[136, 135, 134, 134, 133, 132, 131, 132]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f018 dc=[1711, 117, 135] alpha=[-64, 64] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1472 ytop_off=18446744073709551424 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1711, 117, 135] yq3_min=1616 yq3_max=1848 yq3_avg=1698 ac_min=-95 ac_max=137 ac_avg=-12
CFLPREDOUT cbx=368 cby=0 visible=64x64 padded=64x64 u_min=113 u_max=120 u_avg=117 u_first=118 u_last=118 v_min=132 v_max=139 v_avg=134 v_first=133 v_last=133
CFLRECONOUT cbx=368 cby=0 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=16 eob_v=10 txtp_u=0 txtp_v=0 u_min=113 u_max=120 u_avg=116 u_first=117 u_last=115 u_left=117 u_right=116 v_min=132 v_max=140 v_avg=135 v_first=134 v_last=136 v_left=135 v_right=135 u_full_min=113 u_full_max=120 u_full_avg=116 u_full_right=116 v_full_min=132 v_full_max=140 v_full_avg=135 v_full_right=135 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=384 cby=0 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 2] mhdir=254 rng=57600
CFLPRED cbx=384 cby=0 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 2] alpha_promoted=[-64, 64] flags=0x1000f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1536 coff=1536 ytop_off=18446744073709551488 utop_off=18446744073709551488 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=0..32
CFLALIASMODE cbx=384 cby=0 temp_block=true inplace_env=false
CFLLEFTSRC cbx=384 cby=0 has_left=true coff=1536 left_first_off=1535 left_last_visible_off=106367 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=119 u_all_avg=116 u_dc_avg=116 u_first=119 u_last=116 u_even8=[119, 119, 119, 119, 119, 119, 119, 118] v_all_min=132 v_all_max=139 v_all_avg=135 v_dc_avg=135 v_first=132 v_last=137 v_even8=[132, 132, 132, 132, 132, 132, 132, 133]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f018 dc=[1695, 117, 135] alpha=[-64, 64] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1536 ytop_off=18446744073709551488 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1695, 117, 135] yq3_min=1584 yq3_max=1848 yq3_avg=1686 ac_min=-111 ac_max=153 ac_avg=-8
CFLPREDOUT cbx=384 cby=0 visible=64x64 padded=64x64 u_min=112 u_max=120 u_avg=117 u_first=119 u_last=116 v_min=132 v_max=140 v_avg=134 v_first=132 v_last=135
CFLRECONOUT cbx=384 cby=0 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=15 eob_v=15 txtp_u=0 txtp_v=0 u_min=113 u_max=120 u_avg=116 u_first=119 u_last=115 u_left=116 u_right=117 v_min=132 v_max=140 v_avg=135 v_first=132 v_last=137 v_left=135 v_right=134 u_full_min=113 u_full_max=120 u_full_avg=116 u_full_right=117 v_full_min=132 v_full_max=140 v_full_avg=135 v_full_right=134 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=0 cby=16 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=43600
CFLPRED cbx=0 cby=16 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=106496 coff=106496 ytop_off=104832 utop_off=104832 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=0..32
CFLALIASMODE cbx=0 cby=16 temp_block=true inplace_env=false
CFLLEFTSRC cbx=0 cby=16 has_left=false coff=106496 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f814 dc=[1291, 115, 136] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=106496 ytop_off=104832 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1291, 115, 136] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1256 yq3_max=1488 yq3_avg=1416 ac_min=-35 ac_max=197 ac_avg=125
CFLPREDOUT cbx=0 cby=16 visible=64x64 padded=64x64 u_min=112 u_max=116 u_avg=113 u_first=114 u_last=112 v_min=135 v_max=139 v_avg=137 v_first=136 v_last=138
CFLRECONOUT cbx=0 cby=16 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=2 txtp_u=0 txtp_v=0 u_min=112 u_max=115 u_avg=112 u_first=114 u_last=112 u_left=112 u_right=112 v_min=136 v_max=139 v_avg=138 v_first=137 v_last=138 v_left=137 v_right=138 u_full_min=112 u_full_max=115 u_full_avg=112 u_full_right=112 v_full_min=136 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=32 cby=16 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=37408
CFLPRED cbx=32 cby=16 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=106624 coff=106624 ytop_off=104960 utop_off=104960 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=0..32
CFLALIASMODE cbx=32 cby=16 temp_block=true inplace_env=false
CFLLEFTSRC cbx=32 cby=16 has_left=true coff=106624 left_first_off=106623 left_last_visible_off=211455 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=113 u_all_avg=113 u_dc_avg=113 u_first=113 u_last=113 u_even8=[113, 113, 113, 113, 113, 113, 113, 113] v_all_min=138 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 138, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1514, 114, 138] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=106624 ytop_off=104960 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1515, 114, 137] dc_left_n=32 dc_left_avg=[1513, 113, 139] yq3_min=1480 yq3_max=1576 yq3_avg=1525 ac_min=-34 ac_max=62 ac_avg=11
CFLPREDOUT cbx=32 cby=16 visible=64x64 padded=64x64 u_min=113 u_max=115 u_avg=113 u_first=114 u_last=114 v_min=137 v_max=139 v_avg=138 v_first=138 v_last=137
CFLRECONOUT cbx=32 cby=16 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=6 eob_v=4 txtp_u=0 txtp_v=0 u_min=111 u_max=116 u_avg=112 u_first=114 u_last=113 u_left=112 u_right=113 v_min=136 v_max=140 v_avg=138 v_first=137 v_last=137 v_left=138 v_right=137 u_full_min=111 u_full_max=116 u_full_avg=112 u_full_right=113 v_full_min=136 v_full_max=140 v_full_avg=138 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=80 cby=16 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=34184
CFLPRED cbx=80 cby=16 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=106816 coff=106816 ytop_off=105152 utop_off=105152 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=0..32
CFLALIASMODE cbx=80 cby=16 temp_block=true inplace_env=false
CFLLEFTSRC cbx=80 cby=16 has_left=true coff=106816 left_first_off=106815 left_last_visible_off=211647 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=114 u_all_avg=114 u_dc_avg=114 u_first=114 u_last=114 u_even8=[114, 114, 114, 114, 114, 114, 114, 114] v_all_min=138 v_all_max=138 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1477, 114, 138] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=106816 ytop_off=105152 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1492, 114, 138] dc_left_n=32 dc_left_avg=[1463, 114, 138] yq3_min=1416 yq3_max=1488 yq3_avg=1455 ac_min=-61 ac_max=11 ac_avg=-21
CFLPREDOUT cbx=80 cby=16 visible=64x64 padded=64x64 u_min=114 u_max=115 u_avg=114 u_first=114 u_last=114 v_min=137 v_max=138 v_avg=137 v_first=138 v_last=137
CFLRECONOUT cbx=80 cby=16 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=1 txtp_u=0 txtp_v=0 u_min=114 u_max=115 u_avg=114 u_first=114 u_last=114 u_left=114 u_right=114 v_min=137 v_max=138 v_avg=137 v_first=138 v_last=137 v_left=137 v_right=137 u_full_min=114 u_full_max=115 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=138 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=144 cby=16 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=44928
CFLPRED cbx=144 cby=16 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=107072 coff=107072 ytop_off=105408 utop_off=105408 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=0..32
CFLALIASMODE cbx=144 cby=16 temp_block=true inplace_env=false
CFLLEFTSRC cbx=144 cby=16 has_left=true coff=107072 left_first_off=107071 left_last_visible_off=211903 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=115 u_all_max=115 u_all_avg=115 u_dc_avg=115 u_first=115 u_last=115 u_even8=[115, 115, 115, 115, 115, 115, 115, 115] v_all_min=136 v_all_max=137 v_all_avg=136 v_dc_avg=136 v_first=137 v_last=136 v_even8=[137, 137, 137, 137, 137, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1498, 115, 137] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=107072 ytop_off=105408 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1540, 114, 137] dc_left_n=32 dc_left_avg=[1456, 115, 137] yq3_min=1424 yq3_max=1560 yq3_avg=1463 ac_min=-74 ac_max=62 ac_avg=-34
CFLPREDOUT cbx=144 cby=16 visible=64x64 padded=64x64 u_min=114 u_max=116 u_avg=115 u_first=114 u_last=116 v_min=136 v_max=138 v_avg=136 v_first=137 v_last=136
CFLRECONOUT cbx=144 cby=16 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=6 txtp_u=0 txtp_v=0 u_min=114 u_max=116 u_avg=115 u_first=114 u_last=116 u_left=115 u_right=115 v_min=136 v_max=138 v_avg=136 v_first=137 v_last=136 v_left=136 v_right=136 u_full_min=114 u_full_max=116 u_full_avg=115 u_full_right=115 v_full_min=136 v_full_max=138 v_full_avg=136 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=160 cby=16 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=35184
CFLPRED cbx=160 cby=16 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=107136 coff=107136 ytop_off=105472 utop_off=105472 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=0..32
CFLALIASMODE cbx=160 cby=16 temp_block=true inplace_env=false
CFLLEFTSRC cbx=160 cby=16 has_left=false coff=107136 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f814 dc=[1599, 114, 137] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=107136 ytop_off=105472 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1599, 114, 137] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1432 yq3_max=1608 yq3_avg=1522 ac_min=-167 ac_max=9 ac_avg=-76
CFLPREDOUT cbx=160 cby=16 visible=64x64 padded=64x64 u_min=114 u_max=117 u_avg=115 u_first=114 u_last=115 v_min=137 v_max=137 v_avg=137 v_first=137 v_last=137
CFLRECONOUT cbx=160 cby=16 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=3 txtp_u=0 txtp_v=0 u_min=114 u_max=117 u_avg=115 u_first=114 u_last=115 u_left=115 u_right=114 v_min=136 v_max=138 v_avg=137 v_first=137 v_last=137 v_left=136 v_right=137 u_full_min=114 u_full_max=117 u_full_avg=115 u_full_right=114 v_full_min=136 v_full_max=138 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=16 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 2] mhdir=255 rng=63488
CFLPRED cbx=224 cby=16 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 2] alpha_promoted=[-32, 64] flags=0x1000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=107392 coff=107392 ytop_off=105728 utop_off=105728 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=0..32
CFLALIASMODE cbx=224 cby=16 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=16 has_left=true coff=107392 left_first_off=107391 left_last_visible_off=212223 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=115 u_all_max=115 u_all_avg=115 u_dc_avg=115 u_first=115 u_last=115 u_even8=[115, 115, 115, 115, 115, 115, 115, 115] v_all_min=137 v_all_max=138 v_all_avg=137 v_dc_avg=137 v_first=137 v_last=138 v_even8=[137, 137, 137, 137, 137, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f81c dc=[1698, 116, 136] alpha=[-32, 64] n_top=0 n_left=0 has_t=true has_l=true ypx_off=107392 ytop_off=105728 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1680, 117, 135] dc_left_n=32 dc_left_avg=[1717, 115, 137] yq3_min=1656 yq3_max=1832 yq3_avg=1700 ac_min=-42 ac_max=134 ac_avg=2
CFLPREDOUT cbx=224 cby=16 visible=64x64 padded=64x64 u_min=114 u_max=117 u_avg=115 u_first=116 u_last=114 v_min=135 v_max=140 v_avg=135 v_first=135 v_last=138
CFLRECONOUT cbx=224 cby=16 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=22 txtp_u=0 txtp_v=0 u_min=114 u_max=118 u_avg=116 u_first=115 u_last=116 u_left=115 u_right=117 v_min=133 v_max=140 v_avg=135 v_first=136 v_last=136 v_left=137 v_right=134 u_full_min=114 u_full_max=118 u_full_avg=116 u_full_right=117 v_full_min=133 v_full_max=140 v_full_avg=135 v_full_right=134 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=272 cby=16 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[0, -2] mhdir=0 rng=59392
CFLPRED cbx=272 cby=16 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, -2] alpha_promoted=[0, -64] flags=0xf000001c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=107584 coff=107584 ytop_off=105920 utop_off=105920 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=0..32
CFLALIASMODE cbx=272 cby=16 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=16 has_left=true coff=107584 left_first_off=107583 left_last_visible_off=212415 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=115 u_all_max=117 u_all_avg=115 u_dc_avg=115 u_first=115 u_last=117 u_even8=[115, 115, 115, 115, 115, 115, 115, 115] v_all_min=134 v_all_max=137 v_all_avg=136 v_dc_avg=136 v_first=137 v_last=134 v_even8=[137, 137, 137, 137, 137, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf000001c dc=[1657, 116, 136] alpha=[0, -64] n_top=0 n_left=0 has_t=true has_l=true ypx_off=107584 ytop_off=105920 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1662, 116, 136] dc_left_n=32 dc_left_avg=[1651, 116, 136] yq3_min=1608 yq3_max=1696 yq3_avg=1642 ac_min=-49 ac_max=39 ac_avg=-14
CFLPREDOUT cbx=272 cby=16 visible=64x64 padded=64x64 u_min=116 u_max=116 u_avg=116 u_first=116 u_last=116 v_min=135 v_max=138 v_avg=136 v_first=136 v_last=135
CFLRECONOUT cbx=272 cby=16 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=1 txtp_u=0 txtp_v=0 u_min=116 u_max=116 u_avg=116 u_first=116 u_last=116 u_left=116 u_right=116 v_min=135 v_max=138 v_avg=136 v_first=136 v_last=135 v_left=136 v_right=136 u_full_min=116 u_full_max=116 u_full_avg=116 u_full_right=116 v_full_min=135 v_full_max=138 v_full_avg=136 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=0 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=42832
CFLPRED cbx=0 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f010 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=212992 coff=212992 ytop_off=211328 utop_off=211328 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=32..64
CFLALIASMODE cbx=0 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=0 cby=32 has_left=false coff=212992 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f010 dc=[1024, 128, 128] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=212992 ytop_off=211328 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1440 yq3_max=1640 yq3_avg=1522 ac_min=416 ac_max=616 ac_avg=498
CFLPREDOUT cbx=0 cby=32 visible=64x64 padded=64x64 u_min=109 u_max=115 u_avg=112 u_first=114 u_last=109 v_min=135 v_max=138 v_avg=135 v_first=135 v_last=137
CFLRECONOUT cbx=0 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=0 txtp_u=0 txtp_v=0 u_min=109 u_max=114 u_avg=111 u_first=113 u_last=109 u_left=111 u_right=111 v_min=138 v_max=141 v_avg=138 v_first=138 v_last=140 v_left=138 v_right=139 u_full_min=109 u_full_max=114 u_full_avg=111 u_full_right=111 v_full_min=138 v_full_max=141 v_full_avg=138 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=16 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=49584
CFLPRED cbx=16 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213056 coff=213056 ytop_off=211392 utop_off=211392 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=32..64
CFLALIASMODE cbx=16 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=16 cby=32 has_left=true coff=213056 left_first_off=213055 left_last_visible_off=317887 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=113 u_all_avg=111 u_dc_avg=111 u_first=113 u_last=111 u_even8=[113, 113, 113, 113, 113, 113, 112, 112] v_all_min=138 v_all_max=140 v_all_avg=139 v_dc_avg=139 v_first=138 v_last=140 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[1542, 112, 139] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=213056 ytop_off=211392 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1542, 112, 139] yq3_min=1464 yq3_max=1632 yq3_avg=1538 ac_min=-78 ac_max=90 ac_avg=-3
CFLPREDOUT cbx=16 cby=32 visible=64x64 padded=64x64 u_min=111 u_max=113 u_avg=112 u_first=113 u_last=111 v_min=138 v_max=140 v_avg=138 v_first=138 v_last=139
CFLRECONOUT cbx=16 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=-1 txtp_u=0 txtp_v=0 u_min=111 u_max=113 u_avg=112 u_first=113 u_last=111 u_left=112 u_right=112 v_min=138 v_max=140 v_avg=138 v_first=138 v_last=139 v_left=138 v_right=138 u_full_min=111 u_full_max=113 u_full_avg=112 u_full_right=112 v_full_min=138 v_full_max=140 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=64 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=47520
CFLPRED cbx=64 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f010 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213248 coff=213248 ytop_off=211584 utop_off=211584 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=32..64
CFLALIASMODE cbx=64 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=64 cby=32 has_left=false coff=213248 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f010 dc=[1024, 128, 128] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=213248 ytop_off=211584 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1488 yq3_max=1608 yq3_avg=1551 ac_min=464 ac_max=584 ac_avg=527
CFLPREDOUT cbx=64 cby=32 visible=64x64 padded=64x64 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=110 v_min=135 v_max=137 v_avg=136 v_first=135 v_last=137
CFLRECONOUT cbx=64 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=1 eob_v=0 txtp_u=0 txtp_v=0 u_min=111 u_max=115 u_avg=113 u_first=113 u_last=112 u_left=113 u_right=112 v_min=137 v_max=139 v_avg=138 v_first=137 v_last=139 v_left=137 v_right=138 u_full_min=111 u_full_max=115 u_full_avg=113 u_full_right=112 v_full_min=137 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=80 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=63088
CFLPRED cbx=80 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213312 coff=213312 ytop_off=211648 utop_off=211648 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=32..64
CFLALIASMODE cbx=80 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=80 cby=32 has_left=true coff=213312 left_first_off=213311 left_last_visible_off=318143 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=114 u_all_avg=112 u_dc_avg=112 u_first=114 u_last=112 u_even8=[114, 114, 114, 113, 113, 113, 112, 112] v_all_min=137 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=137 v_last=139 v_even8=[137, 138, 138, 138, 138, 138, 138, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[1570, 113, 139] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=213312 ytop_off=211648 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1570, 113, 139] yq3_min=1432 yq3_max=1624 yq3_avg=1561 ac_min=-138 ac_max=54 ac_avg=-8
CFLPREDOUT cbx=80 cby=32 visible=64x64 padded=64x64 u_min=112 u_max=115 u_avg=113 u_first=114 u_last=112 v_min=137 v_max=140 v_avg=138 v_first=137 v_last=139
CFLRECONOUT cbx=80 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=-1 txtp_u=0 txtp_v=0 u_min=111 u_max=115 u_avg=112 u_first=114 u_last=112 u_left=112 u_right=113 v_min=137 v_max=140 v_avg=138 v_first=137 v_last=139 v_left=138 v_right=138 u_full_min=111 u_full_max=115 u_full_avg=112 u_full_right=113 v_full_min=137 v_full_max=140 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=96 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=62304
CFLPRED cbx=96 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213376 coff=213376 ytop_off=211712 utop_off=211712 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=32..64
CFLALIASMODE cbx=96 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=96 cby=32 has_left=true coff=213376 left_first_off=213375 left_last_visible_off=318207 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=115 u_all_avg=113 u_dc_avg=113 u_first=115 u_last=113 u_even8=[115, 115, 115, 115, 115, 115, 115, 114] v_all_min=137 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=137 v_last=139 v_even8=[137, 137, 137, 137, 137, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[1527, 113, 138] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=213376 ytop_off=211712 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1527, 113, 138] yq3_min=1392 yq3_max=1616 yq3_avg=1509 ac_min=-135 ac_max=89 ac_avg=-17
CFLPREDOUT cbx=96 cby=32 visible=64x64 padded=64x64 u_min=112 u_max=115 u_avg=113 u_first=115 u_last=112 v_min=136 v_max=139 v_avg=137 v_first=136 v_last=139
CFLRECONOUT cbx=96 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=1 txtp_u=0 txtp_v=0 u_min=112 u_max=115 u_avg=113 u_first=115 u_last=112 u_left=112 u_right=113 v_min=136 v_max=139 v_avg=137 v_first=136 v_last=139 v_left=138 v_right=137 u_full_min=112 u_full_max=115 u_full_avg=113 u_full_right=113 v_full_min=136 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=112 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=47520
CFLPRED cbx=112 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f010 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213440 coff=213440 ytop_off=211776 utop_off=211776 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=32..64
CFLALIASMODE cbx=112 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=112 cby=32 has_left=false coff=213440 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f010 dc=[1024, 128, 128] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=213440 ytop_off=211776 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1392 yq3_max=1600 yq3_avg=1476 ac_min=368 ac_max=576 ac_avg=452
CFLPREDOUT cbx=112 cby=32 visible=64x64 padded=64x64 u_min=110 u_max=116 u_avg=113 u_first=116 u_last=110 v_min=134 v_max=137 v_avg=135 v_first=134 v_last=137
CFLRECONOUT cbx=112 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=0 txtp_u=0 txtp_v=0 u_min=111 u_max=116 u_avg=114 u_first=115 u_last=111 u_left=113 u_right=114 v_min=136 v_max=139 v_avg=137 v_first=136 v_last=139 v_left=137 v_right=137 u_full_min=111 u_full_max=116 u_full_avg=114 u_full_right=114 v_full_min=136 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=59264
CFLPRED cbx=128 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213504 coff=213504 ytop_off=211840 utop_off=211840 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=32..64
CFLALIASMODE cbx=128 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=32 has_left=true coff=213504 left_first_off=213503 left_last_visible_off=318335 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=116 u_all_avg=114 u_dc_avg=114 u_first=116 u_last=112 u_even8=[116, 116, 116, 116, 116, 116, 116, 116] v_all_min=136 v_all_max=139 v_all_avg=137 v_dc_avg=137 v_first=136 v_last=139 v_even8=[136, 136, 136, 136, 136, 136, 136, 136]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[1497, 114, 137] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=213504 ytop_off=211840 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1497, 114, 137] yq3_min=1392 yq3_max=1696 yq3_avg=1487 ac_min=-105 ac_max=199 ac_avg=-9
CFLPREDOUT cbx=128 cby=32 visible=64x64 padded=64x64 u_min=111 u_max=116 u_avg=114 u_first=116 u_last=111 v_min=135 v_max=140 v_avg=136 v_first=135 v_last=139
CFLRECONOUT cbx=128 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=1 eob_v=10 txtp_u=0 txtp_v=0 u_min=112 u_max=116 u_avg=114 u_first=116 u_last=112 u_left=114 u_right=114 v_min=135 v_max=141 v_avg=136 v_first=135 v_last=139 v_left=137 v_right=136 u_full_min=112 u_full_max=116 u_full_avg=114 u_full_right=114 v_full_min=135 v_full_max=141 v_full_avg=136 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=144 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=49312
CFLPRED cbx=144 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213568 coff=213568 ytop_off=211904 utop_off=211904 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=32..64
CFLALIASMODE cbx=144 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=144 cby=32 has_left=true coff=213568 left_first_off=213567 left_last_visible_off=318399 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=116 u_all_avg=114 u_dc_avg=114 u_first=116 u_last=113 u_even8=[116, 116, 116, 116, 116, 116, 116, 116] v_all_min=135 v_all_max=140 v_all_avg=136 v_dc_avg=136 v_first=135 v_last=140 v_even8=[135, 135, 135, 135, 135, 135, 135, 135]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[1479, 115, 137] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=213568 ytop_off=211904 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1479, 115, 137] yq3_min=1400 yq3_max=1584 yq3_avg=1480 ac_min=-79 ac_max=105 ac_avg=1
CFLPREDOUT cbx=144 cby=32 visible=64x64 padded=64x64 u_min=113 u_max=116 u_avg=114 u_first=115 u_last=113 v_min=136 v_max=139 v_avg=137 v_first=136 v_last=138
CFLRECONOUT cbx=144 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=0 txtp_u=0 txtp_v=0 u_min=113 u_max=116 u_avg=114 u_first=115 u_last=113 u_left=114 u_right=115 v_min=136 v_max=139 v_avg=137 v_first=136 v_last=138 v_left=137 v_right=136 u_full_min=113 u_full_max=116 u_full_avg=114 u_full_right=115 v_full_min=136 v_full_max=139 v_full_avg=137 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=160 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=47520
CFLPRED cbx=160 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f010 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213632 coff=213632 ytop_off=211968 utop_off=211968 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=32..64
CFLALIASMODE cbx=160 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=160 cby=32 has_left=false coff=213632 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f010 dc=[1024, 128, 128] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=213632 ytop_off=211968 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1408 yq3_max=1568 yq3_avg=1488 ac_min=384 ac_max=544 ac_avg=464
CFLPREDOUT cbx=160 cby=32 visible=64x64 padded=64x64 u_min=111 u_max=116 u_avg=113 u_first=113 u_last=111 v_min=134 v_max=137 v_avg=135 v_first=135 v_last=136
CFLRECONOUT cbx=160 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=0 txtp_u=0 txtp_v=0 u_min=113 u_max=117 u_avg=115 u_first=114 u_last=114 u_left=115 u_right=115 v_min=135 v_max=138 v_avg=136 v_first=136 v_last=137 v_left=136 v_right=136 u_full_min=113 u_full_max=117 u_full_avg=115 u_full_right=115 v_full_min=135 v_full_max=138 v_full_avg=136 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=208 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=41184
CFLPRED cbx=208 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f810 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213824 coff=213824 ytop_off=212160 utop_off=212160 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=32..64
CFLALIASMODE cbx=208 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=208 cby=32 has_left=false coff=213824 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f810 dc=[1024, 128, 128] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=213824 ytop_off=212160 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1512 yq3_max=1832 yq3_avg=1612 ac_min=488 ac_max=808 ac_avg=588
CFLPREDOUT cbx=208 cby=32 visible=64x64 padded=64x64 u_min=115 u_max=120 u_avg=118 u_first=117 u_last=118 v_min=136 v_max=141 v_avg=137 v_first=138 v_last=138
CFLRECONOUT cbx=208 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=2 txtp_u=0 txtp_v=0 u_min=112 u_max=116 u_avg=114 u_first=114 u_last=113 u_left=114 u_right=114 v_min=136 v_max=140 v_avg=137 v_first=137 v_last=138 v_left=137 v_right=137 u_full_min=112 u_full_max=116 u_full_avg=114 u_full_right=114 v_full_min=136 v_full_max=140 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[0, 1] mhdir=0 rng=61168
CFLPRED cbx=224 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, 1] alpha_promoted=[0, 32] flags=0x08000018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213888 coff=213888 ytop_off=212224 utop_off=212224 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=32..64
CFLALIASMODE cbx=224 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=32 has_left=true coff=213888 left_first_off=213887 left_last_visible_off=318719 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=116 u_all_avg=114 u_dc_avg=114 u_first=112 u_last=114 u_even8=[112, 112, 113, 113, 113, 113, 114, 114] v_all_min=136 v_all_max=140 v_all_avg=137 v_dc_avg=137 v_first=140 v_last=138 v_even8=[140, 140, 139, 139, 139, 139, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x08000018 dc=[1688, 114, 138] alpha=[0, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=213888 ytop_off=212224 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1688, 114, 138] yq3_min=1608 yq3_max=1840 yq3_avg=1749 ac_min=-80 ac_max=152 ac_avg=61
CFLPREDOUT cbx=224 cby=32 visible=64x64 padded=64x64 u_min=114 u_max=114 u_avg=114 u_first=114 u_last=114 v_min=137 v_max=140 v_avg=139 v_first=139 v_last=138
CFLRECONOUT cbx=224 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=7 eob_v=11 txtp_u=0 txtp_v=0 u_min=114 u_max=117 u_avg=114 u_first=115 u_last=114 u_left=114 u_right=115 v_min=134 v_max=140 v_avg=138 v_first=137 v_last=138 v_left=137 v_right=138 u_full_min=114 u_full_max=117 u_full_avg=114 u_full_right=115 v_full_min=134 v_full_max=140 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=240 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 3] mhdir=254 rng=35360
CFLPRED cbx=240 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 3] alpha_promoted=[-64, 96] flags=0x1800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=213952 coff=213952 ytop_off=212288 utop_off=212288 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=32..64
CFLALIASMODE cbx=240 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=240 cby=32 has_left=true coff=213952 left_first_off=213951 left_last_visible_off=318783 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=117 u_all_avg=115 u_dc_avg=115 u_first=117 u_last=115 u_even8=[117, 117, 117, 116, 116, 116, 116, 116] v_all_min=134 v_all_max=140 v_all_avg=138 v_dc_avg=138 v_first=134 v_last=139 v_even8=[134, 134, 135, 135, 135, 137, 137, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1800f018 dc=[1771, 115, 138] alpha=[-64, 96] n_top=0 n_left=0 has_t=false has_l=true ypx_off=213952 ytop_off=212288 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1771, 115, 138] yq3_min=1664 yq3_max=1816 yq3_avg=1763 ac_min=-107 ac_max=45 ac_avg=-7
CFLPREDOUT cbx=240 cby=32 visible=64x64 padded=64x64 u_min=114 u_max=118 u_avg=115 u_first=117 u_last=115 v_min=133 v_max=140 v_avg=137 v_first=133 v_last=137
CFLRECONOUT cbx=240 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=3 txtp_u=0 txtp_v=0 u_min=113 u_max=118 u_avg=115 u_first=117 u_last=114 u_left=115 u_right=115 v_min=133 v_max=140 v_avg=137 v_first=133 v_last=138 v_left=137 v_right=137 u_full_min=113 u_full_max=118 u_full_avg=115 u_full_right=115 v_full_min=133 v_full_max=140 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=256 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=45952
CFLPRED cbx=256 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f810 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=214016 coff=214016 ytop_off=212352 utop_off=212352 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=32..64
CFLALIASMODE cbx=256 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=256 cby=32 has_left=false coff=214016 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f810 dc=[1024, 128, 128] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=214016 ytop_off=212352 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1664 yq3_max=1816 yq3_avg=1749 ac_min=640 ac_max=792 ac_avg=725
CFLPREDOUT cbx=256 cby=32 visible=64x64 padded=64x64 u_min=116 u_max=118 u_avg=116 u_first=118 u_last=116 v_min=138 v_max=140 v_avg=139 v_first=138 v_last=139
CFLRECONOUT cbx=256 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=1 eob_v=15 txtp_u=0 txtp_v=0 u_min=114 u_max=117 u_avg=115 u_first=117 u_last=114 u_left=115 u_right=115 v_min=134 v_max=140 v_avg=137 v_first=134 v_last=138 v_left=137 v_right=137 u_full_min=114 u_full_max=117 u_full_avg=115 u_full_right=115 v_full_min=134 v_full_max=140 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=272 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 2] mhdir=255 rng=59328
CFLPRED cbx=272 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 2] alpha_promoted=[-32, 64] flags=0x1000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=214080 coff=214080 ytop_off=212416 utop_off=212416 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=32..64
CFLALIASMODE cbx=272 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=32 has_left=true coff=214080 left_first_off=214079 left_last_visible_off=318911 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=117 u_all_avg=115 u_dc_avg=115 u_first=117 u_last=115 u_even8=[117, 117, 117, 117, 117, 117, 116, 116] v_all_min=135 v_all_max=139 v_all_avg=137 v_dc_avg=137 v_first=135 v_last=138 v_even8=[135, 135, 135, 135, 135, 135, 136, 136]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f818 dc=[1747, 115, 138] alpha=[-32, 64] n_top=0 n_left=0 has_t=false has_l=true ypx_off=214080 ytop_off=212416 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1747, 115, 138] yq3_min=1664 yq3_max=1824 yq3_avg=1753 ac_min=-83 ac_max=77 ac_avg=6
CFLPREDOUT cbx=272 cby=32 visible=64x64 padded=64x64 u_min=114 u_max=116 u_avg=114 u_first=116 u_last=114 v_min=135 v_max=140 v_avg=138 v_first=136 v_last=139
CFLRECONOUT cbx=272 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=4 eob_v=4 txtp_u=0 txtp_v=0 u_min=114 u_max=117 u_avg=114 u_first=116 u_last=114 u_left=115 u_right=114 v_min=134 v_max=140 v_avg=137 v_first=135 v_last=139 v_left=136 v_right=138 u_full_min=114 u_full_max=117 u_full_avg=114 u_full_right=114 v_full_min=134 v_full_max=140 v_full_avg=137 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=304 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=45952
CFLPRED cbx=304 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f810 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=214208 coff=214208 ytop_off=212544 utop_off=212544 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=32..64
CFLALIASMODE cbx=304 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=304 cby=32 has_left=false coff=214208 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f810 dc=[1024, 128, 128] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=214208 ytop_off=212544 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1544 yq3_max=1752 yq3_avg=1716 ac_min=520 ac_max=728 ac_avg=692
CFLPREDOUT cbx=304 cby=32 visible=64x64 padded=64x64 u_min=117 u_max=120 u_avg=117 u_first=118 u_last=117 v_min=136 v_max=139 v_avg=138 v_first=137 v_last=139
CFLRECONOUT cbx=304 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=-1 txtp_u=0 txtp_v=0 u_min=114 u_max=117 u_avg=114 u_first=115 u_last=114 u_left=114 u_right=114 v_min=136 v_max=139 v_avg=138 v_first=137 v_last=139 v_left=138 v_right=138 u_full_min=114 u_full_max=117 u_full_avg=114 u_full_right=114 v_full_min=136 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=320 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=44224
CFLPRED cbx=320 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=214272 coff=214272 ytop_off=212608 utop_off=212608 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=32..64
CFLALIASMODE cbx=320 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=320 cby=32 has_left=true coff=214272 left_first_off=214271 left_last_visible_off=319103 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=117 u_all_avg=114 u_dc_avg=114 u_first=117 u_last=114 u_even8=[117, 117, 116, 116, 116, 115, 115, 115] v_all_min=136 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=136 v_last=139 v_even8=[136, 136, 137, 137, 137, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[1699, 114, 139] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=214272 ytop_off=212608 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1699, 114, 139] yq3_min=1480 yq3_max=1744 yq3_avg=1677 ac_min=-219 ac_max=45 ac_avg=-21
CFLPREDOUT cbx=320 cby=32 visible=64x64 padded=64x64 u_min=113 u_max=117 u_avg=114 u_first=116 u_last=113 v_min=136 v_max=140 v_avg=138 v_first=136 v_last=139
CFLRECONOUT cbx=320 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=-1 txtp_u=0 txtp_v=0 u_min=113 u_max=116 u_avg=113 u_first=115 u_last=113 u_left=113 u_right=113 v_min=136 v_max=140 v_avg=138 v_first=136 v_last=139 v_left=139 v_right=138 u_full_min=113 u_full_max=116 u_full_avg=113 u_full_right=113 v_full_min=136 v_full_max=140 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=336 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=63024
CFLPRED cbx=336 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=214336 coff=214336 ytop_off=212672 utop_off=212672 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=32..64
CFLALIASMODE cbx=336 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=336 cby=32 has_left=true coff=214336 left_first_off=214335 left_last_visible_off=319167 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=115 u_all_avg=113 u_dc_avg=113 u_first=115 u_last=113 u_even8=[115, 115, 115, 115, 115, 114, 115, 115] v_all_min=136 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=136 v_last=139 v_even8=[136, 136, 136, 136, 136, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[1647, 114, 138] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=214336 ytop_off=212672 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1647, 114, 138] yq3_min=1488 yq3_max=1704 yq3_avg=1633 ac_min=-159 ac_max=57 ac_avg=-13
CFLPREDOUT cbx=336 cby=32 visible=64x64 padded=64x64 u_min=113 u_max=116 u_avg=114 u_first=116 u_last=113 v_min=136 v_max=139 v_avg=137 v_first=136 v_last=138
CFLRECONOUT cbx=336 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=0 txtp_u=0 txtp_v=0 u_min=113 u_max=116 u_avg=114 u_first=116 u_last=113 u_left=113 u_right=114 v_min=136 v_max=139 v_avg=137 v_first=136 v_last=138 v_left=138 v_right=137 u_full_min=113 u_full_max=116 u_full_avg=114 u_full_right=114 v_full_min=136 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=352 cby=32 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=41184
CFLPRED cbx=352 cby=32 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f810 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=214400 coff=214400 ytop_off=212736 utop_off=212736 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=32..64
CFLALIASMODE cbx=352 cby=32 temp_block=true inplace_env=false
CFLLEFTSRC cbx=352 cby=32 has_left=false coff=214400 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f810 dc=[1024, 128, 128] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=214400 ytop_off=212736 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1504 yq3_max=1664 yq3_avg=1604 ac_min=480 ac_max=640 ac_avg=580
CFLPREDOUT cbx=352 cby=32 visible=64x64 padded=64x64 u_min=118 u_max=120 u_avg=118 u_first=120 u_last=118 v_min=136 v_max=138 v_avg=137 v_first=136 v_last=137
CFLRECONOUT cbx=352 cby=32 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=1 txtp_u=0 txtp_v=0 u_min=114 u_max=116 u_avg=114 u_first=116 u_last=114 u_left=114 u_right=114 v_min=137 v_max=139 v_avg=137 v_first=137 v_last=137 v_left=137 v_right=137 u_full_min=114 u_full_max=116 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=16 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=63088
CFLPRED cbx=16 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=319552 coff=319552 ytop_off=317888 utop_off=317888 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=32..64
CFLALIASMODE cbx=16 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=16 cby=48 has_left=true coff=319552 left_first_off=319551 left_last_visible_off=424383 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=109 u_all_max=110 u_all_avg=109 u_dc_avg=109 u_first=109 u_last=110 u_even8=[109, 109, 109, 109, 109, 109, 109, 109] v_all_min=141 v_all_max=141 v_all_avg=141 v_dc_avg=141 v_first=141 v_last=141 v_even8=[141, 141, 141, 141, 141, 141, 141, 141]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1620, 111, 140] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=319552 ytop_off=317888 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1570, 112, 139] dc_left_n=32 dc_left_avg=[1671, 110, 141] yq3_min=1520 yq3_max=1728 yq3_avg=1648 ac_min=-100 ac_max=108 ac_avg=28
CFLPREDOUT cbx=16 cby=48 visible=64x64 padded=64x64 u_min=109 u_max=113 u_avg=110 u_first=111 u_last=110 v_min=138 v_max=142 v_avg=140 v_first=139 v_last=141
CFLRECONOUT cbx=16 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=-1 txtp_u=0 txtp_v=0 u_min=109 u_max=113 u_avg=110 u_first=111 u_last=110 u_left=110 u_right=110 v_min=138 v_max=142 v_avg=140 v_first=139 v_last=141 v_left=140 v_right=140 u_full_min=109 u_full_max=113 u_full_avg=110 u_full_right=110 v_full_min=138 v_full_max=142 v_full_avg=140 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=32 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=52800
CFLPRED cbx=32 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=319616 coff=319616 ytop_off=317952 utop_off=317952 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=32..64
CFLALIASMODE cbx=32 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=32 cby=48 has_left=true coff=319616 left_first_off=319615 left_last_visible_off=424447 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=112 u_all_avg=110 u_dc_avg=110 u_first=112 u_last=110 u_even8=[112, 112, 112, 112, 112, 112, 112, 112] v_all_min=139 v_all_max=141 v_all_avg=140 v_dc_avg=140 v_first=139 v_last=141 v_even8=[139, 139, 139, 139, 139, 139, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1584, 111, 140] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=319616 ytop_off=317952 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1552, 112, 139] dc_left_n=32 dc_left_avg=[1616, 111, 140] yq3_min=1512 yq3_max=1712 yq3_avg=1634 ac_min=-72 ac_max=128 ac_avg=50
CFLPREDOUT cbx=32 cby=48 visible=64x64 padded=64x64 u_min=109 u_max=112 u_avg=110 u_first=112 u_last=109 v_min=139 v_max=142 v_avg=140 v_first=139 v_last=142
CFLRECONOUT cbx=32 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=0 txtp_u=0 txtp_v=0 u_min=110 u_max=113 u_avg=111 u_first=113 u_last=110 u_left=111 u_right=110 v_min=138 v_max=141 v_avg=139 v_first=138 v_last=141 v_left=139 v_right=140 u_full_min=110 u_full_max=113 u_full_avg=111 u_full_right=110 v_full_min=138 v_full_max=141 v_full_avg=139 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=48 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=53712
CFLPRED cbx=48 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=319680 coff=319680 ytop_off=318016 utop_off=318016 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=32..64
CFLALIASMODE cbx=48 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=48 cby=48 has_left=true coff=319680 left_first_off=319679 left_last_visible_off=424511 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=113 u_all_avg=110 u_dc_avg=111 u_first=113 u_last=110 u_even8=[113, 113, 113, 113, 113, 113, 112, 112] v_all_min=138 v_all_max=141 v_all_avg=140 v_dc_avg=140 v_first=138 v_last=141 v_even8=[138, 138, 138, 138, 138, 138, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1608, 112, 139] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=319680 ytop_off=318016 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1568, 113, 138] dc_left_n=32 dc_left_avg=[1647, 111, 140] yq3_min=1536 yq3_max=1720 yq3_avg=1643 ac_min=-72 ac_max=112 ac_avg=35
CFLPREDOUT cbx=48 cby=48 visible=64x64 padded=64x64 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=110 v_min=138 v_max=141 v_avg=139 v_first=138 v_last=140
CFLRECONOUT cbx=48 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=0 txtp_u=0 txtp_v=0 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=110 u_left=111 u_right=110 v_min=138 v_max=141 v_avg=139 v_first=138 v_last=140 v_left=139 v_right=140 u_full_min=110 u_full_max=113 u_full_avg=111 u_full_right=110 v_full_min=138 v_full_max=141 v_full_avg=139 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=64 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=37408
CFLPRED cbx=64 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=319744 coff=319744 ytop_off=318080 utop_off=318080 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=32..64
CFLALIASMODE cbx=64 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=64 cby=48 has_left=false coff=319744 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f814 dc=[1577, 113, 139] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=319744 ytop_off=318080 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1577, 113, 139] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1552 yq3_max=1752 yq3_avg=1641 ac_min=-25 ac_max=175 ac_avg=64
CFLPREDOUT cbx=64 cby=48 visible=64x64 padded=64x64 u_min=110 u_max=113 u_avg=111 u_first=113 u_last=110 v_min=139 v_max=142 v_avg=140 v_first=139 v_last=141
CFLRECONOUT cbx=64 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=6 eob_v=5 txtp_u=0 txtp_v=0 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=110 u_left=110 u_right=111 v_min=138 v_max=143 v_avg=139 v_first=138 v_last=142 v_left=140 v_right=139 u_full_min=110 u_full_max=113 u_full_avg=111 u_full_right=111 v_full_min=138 v_full_max=143 v_full_avg=139 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=80 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=42880
CFLPRED cbx=80 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=319808 coff=319808 ytop_off=318144 utop_off=318144 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=32..64
CFLALIASMODE cbx=80 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=80 cby=48 has_left=true coff=319808 left_first_off=319807 left_last_visible_off=424639 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=113 u_all_avg=111 u_dc_avg=111 u_first=112 u_last=111 u_even8=[112, 112, 112, 112, 113, 113, 113, 113] v_all_min=138 v_all_max=143 v_all_avg=139 v_dc_avg=139 v_first=139 v_last=142 v_even8=[139, 139, 139, 139, 139, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1615, 112, 139] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=319808 ytop_off=318144 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1595, 113, 139] dc_left_n=32 dc_left_avg=[1635, 112, 140] yq3_min=1552 yq3_max=1768 yq3_avg=1617 ac_min=-63 ac_max=153 ac_avg=2
CFLPREDOUT cbx=80 cby=48 visible=64x64 padded=64x64 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=110 v_min=138 v_max=141 v_avg=139 v_first=138 v_last=140
CFLRECONOUT cbx=80 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=3 txtp_u=0 txtp_v=0 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=110 u_left=111 u_right=111 v_min=138 v_max=141 v_avg=139 v_first=138 v_last=140 v_left=139 v_right=139 u_full_min=110 u_full_max=113 u_full_avg=111 u_full_right=111 v_full_min=138 v_full_max=141 v_full_avg=139 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=112 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[0, 1] mhdir=0 rng=44688
CFLPRED cbx=112 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, 1] alpha_promoted=[0, 32] flags=0x08000014 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=319936 coff=319936 ytop_off=318272 utop_off=318272 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=32..64
CFLALIASMODE cbx=112 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=112 cby=48 has_left=false coff=319936 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x08000014 dc=[1600, 112, 139] alpha=[0, 32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=319936 ytop_off=318272 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1600, 112, 139] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1592 yq3_max=1712 yq3_avg=1666 ac_min=-8 ac_max=112 ac_avg=66
CFLPREDOUT cbx=112 cby=48 visible=64x64 padded=64x64 u_min=112 u_max=112 u_avg=112 u_first=112 u_last=112 v_min=139 v_max=141 v_avg=140 v_first=139 v_last=140
CFLRECONOUT cbx=112 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=8 eob_v=0 txtp_u=0 txtp_v=0 u_min=111 u_max=112 u_avg=111 u_first=112 u_last=111 u_left=111 u_right=111 v_min=139 v_max=141 v_avg=140 v_first=139 v_last=140 v_left=140 v_right=139 u_full_min=111 u_full_max=112 u_full_avg=111 u_full_right=111 v_full_min=139 v_full_max=141 v_full_avg=140 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=42880
CFLPRED cbx=128 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320000 coff=320000 ytop_off=318336 utop_off=318336 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=32..64
CFLALIASMODE cbx=128 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=48 has_left=true coff=320000 left_first_off=319999 left_last_visible_off=424831 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=112 u_all_avg=111 u_dc_avg=111 u_first=112 u_last=112 u_even8=[112, 112, 112, 112, 112, 112, 112, 112] v_all_min=139 v_all_max=141 v_all_avg=139 v_dc_avg=139 v_first=139 v_last=140 v_even8=[139, 139, 139, 139, 139, 140, 140, 140]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1659, 112, 140] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=320000 ytop_off=318336 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1650, 113, 139] dc_left_n=32 dc_left_avg=[1668, 112, 140] yq3_min=1600 yq3_max=1720 yq3_avg=1676 ac_min=-59 ac_max=61 ac_avg=17
CFLPREDOUT cbx=128 cby=48 visible=64x64 padded=64x64 u_min=111 u_max=113 u_avg=111 u_first=112 u_last=112 v_min=139 v_max=141 v_avg=140 v_first=139 v_last=139
CFLRECONOUT cbx=128 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=0 txtp_u=0 txtp_v=0 u_min=111 u_max=113 u_avg=111 u_first=112 u_last=112 u_left=111 u_right=111 v_min=139 v_max=141 v_avg=140 v_first=139 v_last=139 v_left=140 v_right=140 u_full_min=111 u_full_max=113 u_full_avg=111 u_full_right=111 v_full_min=139 v_full_max=141 v_full_avg=140 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=144 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=37440
CFLPRED cbx=144 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320064 coff=320064 ytop_off=318400 utop_off=318400 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=32..64
CFLALIASMODE cbx=144 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=144 cby=48 has_left=true coff=320064 left_first_off=320063 left_last_visible_off=424895 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=112 u_all_avg=111 u_dc_avg=111 u_first=112 u_last=112 u_even8=[112, 112, 112, 112, 112, 112, 112, 112] v_all_min=140 v_all_max=141 v_all_avg=140 v_dc_avg=140 v_first=140 v_last=140 v_even8=[140, 140, 140, 140, 140, 140, 140, 140]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1629, 112, 140] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=320064 ytop_off=318400 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1573, 113, 139] dc_left_n=32 dc_left_avg=[1685, 112, 140] yq3_min=1544 yq3_max=1728 yq3_avg=1641 ac_min=-85 ac_max=99 ac_avg=12
CFLPREDOUT cbx=144 cby=48 visible=64x64 padded=64x64 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=112 v_min=139 v_max=142 v_avg=140 v_first=139 v_last=139
CFLRECONOUT cbx=144 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=2 txtp_u=0 txtp_v=0 u_min=111 u_max=114 u_avg=112 u_first=113 u_last=113 u_left=111 u_right=113 v_min=137 v_max=141 v_avg=139 v_first=137 v_last=138 v_left=139 v_right=137 u_full_min=111 u_full_max=114 u_full_avg=112 u_full_right=113 v_full_min=137 v_full_max=141 v_full_avg=139 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=160 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=44224
CFLPRED cbx=160 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320128 coff=320128 ytop_off=318464 utop_off=318464 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=32..64
CFLALIASMODE cbx=160 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=160 cby=48 has_left=false coff=320128 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f814 dc=[1543, 115, 137] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=320128 ytop_off=318464 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1543, 115, 137] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1536 yq3_max=1632 yq3_avg=1590 ac_min=-7 ac_max=89 ac_avg=47
CFLPREDOUT cbx=160 cby=48 visible=64x64 padded=64x64 u_min=114 u_max=115 u_avg=114 u_first=115 u_last=114 v_min=137 v_max=138 v_avg=137 v_first=137 v_last=138
CFLRECONOUT cbx=160 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=1 txtp_u=0 txtp_v=0 u_min=114 u_max=115 u_avg=114 u_first=115 u_last=114 u_left=114 u_right=114 v_min=137 v_max=138 v_avg=137 v_first=137 v_last=138 v_left=137 v_right=137 u_full_min=114 u_full_max=115 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=138 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=176 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=35552
CFLPRED cbx=176 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f01c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320192 coff=320192 ytop_off=318528 utop_off=318528 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=32..64
CFLALIASMODE cbx=176 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=176 cby=48 has_left=true coff=320192 left_first_off=320191 left_last_visible_off=425023 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=115 u_all_avg=114 u_dc_avg=114 u_first=115 u_last=114 u_even8=[115, 115, 115, 115, 115, 114, 114, 114] v_all_min=137 v_all_max=138 v_all_avg=137 v_dc_avg=137 v_first=137 v_last=138 v_even8=[137, 137, 137, 137, 137, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f01c dc=[1562, 115, 137] alpha=[-64, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=320192 ytop_off=318528 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1537, 115, 137] dc_left_n=32 dc_left_avg=[1587, 114, 138] yq3_min=1520 yq3_max=1624 yq3_avg=1582 ac_min=-42 ac_max=62 ac_avg=20
CFLPREDOUT cbx=176 cby=48 visible=64x64 padded=64x64 u_min=113 u_max=116 u_avg=114 u_first=115 u_last=114 v_min=136 v_max=138 v_avg=137 v_first=136 v_last=137
CFLRECONOUT cbx=176 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=-1 txtp_u=0 txtp_v=0 u_min=113 u_max=115 u_avg=114 u_first=114 u_last=114 u_left=114 u_right=113 v_min=136 v_max=138 v_avg=137 v_first=136 v_last=137 v_left=137 v_right=137 u_full_min=113 u_full_max=115 u_full_avg=114 u_full_right=113 v_full_min=136 v_full_max=138 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=192 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=38056
CFLPRED cbx=192 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320256 coff=320256 ytop_off=318592 utop_off=318592 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=32..64
CFLALIASMODE cbx=192 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=192 cby=48 has_left=true coff=320256 left_first_off=320255 left_last_visible_off=425087 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=115 u_all_avg=113 u_dc_avg=113 u_first=113 u_last=115 u_even8=[113, 113, 113, 114, 114, 113, 114, 113] v_all_min=137 v_all_max=138 v_all_avg=137 v_dc_avg=137 v_first=137 v_last=137 v_even8=[137, 137, 137, 137, 137, 137, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[1619, 114, 138] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=320256 ytop_off=318592 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1646, 114, 138] dc_left_n=32 dc_left_avg=[1591, 114, 137] yq3_min=1560 yq3_max=1688 yq3_avg=1637 ac_min=-59 ac_max=69 ac_avg=18
CFLPREDOUT cbx=192 cby=48 visible=64x64 padded=64x64 u_min=113 u_max=115 u_avg=113 u_first=113 u_last=114 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=192 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=1 txtp_u=0 txtp_v=0 u_min=113 u_max=115 u_avg=113 u_first=113 u_last=114 u_left=114 u_right=113 v_min=137 v_max=139 v_avg=137 v_first=139 v_last=137 v_left=137 v_right=137 u_full_min=113 u_full_max=115 u_full_avg=113 u_full_right=113 v_full_min=137 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[0, 1] mhdir=0 rng=52656
CFLPRED cbx=224 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, 1] alpha_promoted=[0, 32] flags=0x0800001c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320384 coff=320384 ytop_off=318720 utop_off=318720 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=32..64
CFLALIASMODE cbx=224 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=48 has_left=true coff=320384 left_first_off=320383 left_last_visible_off=425215 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=115 u_all_avg=114 u_dc_avg=114 u_first=113 u_last=115 u_even8=[113, 113, 113, 114, 114, 114, 114, 114] v_all_min=137 v_all_max=138 v_all_avg=137 v_dc_avg=137 v_first=138 v_last=137 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800001c dc=[1693, 114, 138] alpha=[0, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=320384 ytop_off=318720 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1734, 114, 139] dc_left_n=32 dc_left_avg=[1652, 114, 138] yq3_min=1584 yq3_max=1776 yq3_avg=1674 ac_min=-109 ac_max=83 ac_avg=-18
CFLPREDOUT cbx=224 cby=48 visible=64x64 padded=64x64 u_min=114 u_max=114 u_avg=114 u_first=114 u_last=114 v_min=136 v_max=139 v_avg=137 v_first=138 v_last=136
CFLRECONOUT cbx=224 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=1 eob_v=-1 txtp_u=0 txtp_v=0 u_min=114 u_max=114 u_avg=114 u_first=114 u_last=114 u_left=114 u_right=114 v_min=136 v_max=139 v_avg=137 v_first=138 v_last=136 v_left=137 v_right=137 u_full_min=114 u_full_max=114 u_full_avg=114 u_full_right=114 v_full_min=136 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[0, 1] mhdir=0 rng=42512
CFLPRED cbx=288 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, 1] alpha_promoted=[0, 32] flags=0x0800001c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320640 coff=320640 ytop_off=318976 utop_off=318976 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=32..64
CFLALIASMODE cbx=288 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=48 has_left=true coff=320640 left_first_off=320639 left_last_visible_off=425471 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=114 u_all_avg=114 u_dc_avg=114 u_first=114 u_last=114 u_even8=[114, 114, 114, 114, 114, 114, 114, 114] v_all_min=138 v_all_max=140 v_all_avg=138 v_dc_avg=138 v_first=140 v_last=138 v_even8=[140, 140, 140, 140, 140, 140, 140, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800001c dc=[1767, 114, 139] alpha=[0, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=320640 ytop_off=318976 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1766, 114, 139] dc_left_n=32 dc_left_avg=[1769, 114, 139] yq3_min=1632 yq3_max=1800 yq3_avg=1716 ac_min=-135 ac_max=33 ac_avg=-50
CFLPREDOUT cbx=288 cby=48 visible=64x64 padded=64x64 u_min=114 u_max=114 u_avg=114 u_first=114 u_last=114 v_min=137 v_max=140 v_avg=138 v_first=139 v_last=137
CFLRECONOUT cbx=288 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=6 eob_v=-1 txtp_u=0 txtp_v=0 u_min=113 u_max=115 u_avg=114 u_first=114 u_last=113 u_left=113 u_right=114 v_min=137 v_max=140 v_avg=138 v_first=139 v_last=137 v_left=139 v_right=137 u_full_min=113 u_full_max=115 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=140 v_full_avg=138 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=304 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[0, 1] mhdir=0 rng=37312
CFLPRED cbx=304 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, 1] alpha_promoted=[0, 32] flags=0x08000014 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320704 coff=320704 ytop_off=319040 utop_off=319040 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=32..64
CFLALIASMODE cbx=304 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=304 cby=48 has_left=false coff=320704 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x08000014 dc=[1743, 114, 139] alpha=[0, 32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=320704 ytop_off=319040 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1743, 114, 139] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1592 yq3_max=1744 yq3_avg=1694 ac_min=-151 ac_max=1 ac_avg=-48
CFLPREDOUT cbx=304 cby=48 visible=64x64 padded=64x64 u_min=114 u_max=114 u_avg=114 u_first=114 u_last=114 v_min=137 v_max=139 v_avg=138 v_first=139 v_last=137
CFLRECONOUT cbx=304 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=2 txtp_u=0 txtp_v=0 u_min=114 u_max=115 u_avg=114 u_first=114 u_last=115 u_left=114 u_right=114 v_min=137 v_max=139 v_avg=138 v_first=139 v_last=137 v_left=138 v_right=138 u_full_min=114 u_full_max=115 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=336 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=36720
CFLPRED cbx=336 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320832 coff=320832 ytop_off=319168 utop_off=319168 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=32..64
CFLALIASMODE cbx=336 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=336 cby=48 has_left=true coff=320832 left_first_off=320831 left_last_visible_off=425663 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=115 u_all_avg=113 u_dc_avg=113 u_first=114 u_last=115 u_even8=[114, 114, 114, 114, 114, 113, 113, 113] v_all_min=137 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=139 v_last=137 v_even8=[139, 139, 139, 139, 139, 139, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[1655, 114, 138] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=320832 ytop_off=319168 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1663, 114, 138] dc_left_n=32 dc_left_avg=[1647, 114, 138] yq3_min=1576 yq3_max=1672 yq3_avg=1628 ac_min=-79 ac_max=17 ac_avg=-26
CFLPREDOUT cbx=336 cby=48 visible=64x64 padded=64x64 u_min=114 u_max=115 u_avg=114 u_first=114 u_last=115 v_min=137 v_max=138 v_avg=137 v_first=138 v_last=137
CFLRECONOUT cbx=336 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=-1 txtp_u=0 txtp_v=0 u_min=114 u_max=115 u_avg=114 u_first=114 u_last=115 u_left=114 u_right=114 v_min=137 v_max=138 v_avg=137 v_first=138 v_last=137 v_left=137 v_right=137 u_full_min=114 u_full_max=115 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=138 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=352 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=40976
CFLPRED cbx=352 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=320896 coff=320896 ytop_off=319232 utop_off=319232 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=32..64
CFLALIASMODE cbx=352 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=352 cby=48 has_left=false coff=320896 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f814 dc=[1633, 114, 138] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=320896 ytop_off=319232 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1633, 114, 138] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1544 yq3_max=1632 yq3_avg=1598 ac_min=-89 ac_max=-1 ac_avg=-34
CFLPREDOUT cbx=352 cby=48 visible=64x64 padded=64x64 u_min=114 u_max=115 u_avg=114 u_first=114 u_last=115 v_min=137 v_max=138 v_avg=137 v_first=138 v_last=137
CFLRECONOUT cbx=352 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=0 txtp_u=0 txtp_v=0 u_min=114 u_max=115 u_avg=114 u_first=114 u_last=115 u_left=114 u_right=114 v_min=137 v_max=138 v_avg=137 v_first=138 v_last=137 v_left=137 v_right=137 u_full_min=114 u_full_max=115 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=138 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=384 cby=48 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=42624
CFLPRED cbx=384 cby=48 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=321024 coff=321024 ytop_off=319360 utop_off=319360 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=32..64
CFLALIASMODE cbx=384 cby=48 temp_block=true inplace_env=false
CFLLEFTSRC cbx=384 cby=48 has_left=true coff=321024 left_first_off=321023 left_last_visible_off=425855 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=115 u_all_avg=114 u_dc_avg=114 u_first=114 u_last=115 u_even8=[114, 114, 114, 114, 114, 114, 114, 114] v_all_min=137 v_all_max=137 v_all_avg=137 v_dc_avg=137 v_first=137 v_last=137 v_even8=[137, 137, 137, 137, 137, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[1588, 115, 137] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=321024 ytop_off=319360 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1581, 115, 137] dc_left_n=32 dc_left_avg=[1595, 114, 137] yq3_min=1544 yq3_max=1624 yq3_avg=1585 ac_min=-44 ac_max=36 ac_avg=-2
CFLPREDOUT cbx=384 cby=48 visible=64x64 padded=64x64 u_min=114 u_max=116 u_avg=115 u_first=115 u_last=115 v_min=137 v_max=137 v_avg=137 v_first=137 v_last=137
CFLRECONOUT cbx=384 cby=48 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=1 eob_v=6 txtp_u=0 txtp_v=0 u_min=113 u_max=116 u_avg=114 u_first=115 u_last=114 u_left=114 u_right=114 v_min=137 v_max=138 v_avg=137 v_first=137 v_last=137 v_left=137 v_right=137 u_full_min=113 u_full_max=116 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=138 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=16 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=33184
CFLPRED cbx=16 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426048 coff=426048 ytop_off=424384 utop_off=424384 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=64..96
CFLALIASMODE cbx=16 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=16 cby=64 has_left=true coff=426048 left_first_off=426047 left_last_visible_off=530879 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=110 u_all_avg=110 u_dc_avg=110 u_first=110 u_last=110 u_even8=[110, 110, 110, 110, 110, 110, 110, 110] v_all_min=140 v_all_max=141 v_all_avg=140 v_dc_avg=140 v_first=141 v_last=140 v_even8=[141, 141, 141, 141, 141, 141, 141, 141]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[1667, 110, 140] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=426048 ytop_off=424384 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1667, 110, 140] yq3_min=1592 yq3_max=1704 yq3_avg=1659 ac_min=-75 ac_max=37 ac_avg=-7
CFLPREDOUT cbx=16 cby=64 visible=64x64 padded=64x64 u_min=109 u_max=111 u_avg=110 u_first=109 u_last=110 v_min=140 v_max=140 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=16 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=1 txtp_u=0 txtp_v=0 u_min=109 u_max=111 u_avg=110 u_first=109 u_last=110 u_left=110 u_right=110 v_min=140 v_max=141 v_avg=140 v_first=141 v_last=140 v_left=140 v_right=140 u_full_min=109 u_full_max=111 u_full_avg=110 u_full_right=110 v_full_min=140 v_full_max=141 v_full_avg=140 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=80 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[0, 2] mhdir=0 rng=37696
CFLPRED cbx=80 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, 2] alpha_promoted=[0, 64] flags=0x10000018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426304 coff=426304 ytop_off=424640 utop_off=424640 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=64..96
CFLALIASMODE cbx=80 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=80 cby=64 has_left=true coff=426304 left_first_off=426303 left_last_visible_off=531135 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=111 u_all_avg=110 u_dc_avg=110 u_first=111 u_last=111 u_even8=[111, 111, 111, 111, 110, 110, 110, 110] v_all_min=139 v_all_max=142 v_all_avg=141 v_dc_avg=141 v_first=142 v_last=139 v_even8=[142, 142, 142, 142, 142, 142, 142, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x10000018 dc=[1710, 111, 141] alpha=[0, 64] n_top=0 n_left=0 has_t=false has_l=true ypx_off=426304 ytop_off=424640 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1710, 111, 141] yq3_min=1608 yq3_max=1752 yq3_avg=1704 ac_min=-102 ac_max=42 ac_avg=-5
CFLPREDOUT cbx=80 cby=64 visible=64x64 padded=64x64 u_min=111 u_max=111 u_avg=111 u_first=111 u_last=111 v_min=138 v_max=142 v_avg=140 v_first=141 v_last=138
CFLRECONOUT cbx=80 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=0 txtp_u=0 txtp_v=0 u_min=110 u_max=111 u_avg=110 u_first=110 u_last=111 u_left=110 u_right=110 v_min=138 v_max=142 v_avg=140 v_first=141 v_last=138 v_left=141 v_right=141 u_full_min=110 u_full_max=111 u_full_avg=110 u_full_right=110 v_full_min=138 v_full_max=142 v_full_avg=140 v_full_right=141 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=96 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 3] mhdir=255 rng=38272
CFLPRED cbx=96 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 3] alpha_promoted=[-32, 96] flags=0x1800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426368 coff=426368 ytop_off=424704 utop_off=424704 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=64..96
CFLALIASMODE cbx=96 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=96 cby=64 has_left=true coff=426368 left_first_off=426367 left_last_visible_off=531199 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=111 u_all_avg=110 u_dc_avg=110 u_first=110 u_last=111 u_even8=[110, 110, 110, 110, 110, 110, 110, 110] v_all_min=141 v_all_max=142 v_all_avg=141 v_dc_avg=141 v_first=141 v_last=141 v_even8=[141, 141, 142, 142, 142, 142, 142, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1800f818 dc=[1730, 110, 142] alpha=[-32, 96] n_top=0 n_left=0 has_t=false has_l=true ypx_off=426368 ytop_off=424704 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1730, 110, 142] yq3_min=1664 yq3_max=1744 yq3_avg=1697 ac_min=-66 ac_max=14 ac_avg=-32
CFLPREDOUT cbx=96 cby=64 visible=64x64 padded=64x64 u_min=110 u_max=111 u_avg=110 u_first=110 u_last=110 v_min=139 v_max=143 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=96 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=3 txtp_u=0 txtp_v=0 u_min=110 u_max=111 u_avg=110 u_first=110 u_last=110 u_left=110 u_right=110 v_min=139 v_max=143 v_avg=140 v_first=140 v_last=140 v_left=141 v_right=140 u_full_min=110 u_full_max=111 u_full_avg=110 u_full_right=110 v_full_min=139 v_full_max=143 v_full_avg=140 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=112 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=47520
CFLPRED cbx=112 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f010 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426432 coff=426432 ytop_off=424768 utop_off=424768 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=64..96
CFLALIASMODE cbx=112 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=112 cby=64 has_left=false coff=426432 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f010 dc=[1024, 128, 128] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=426432 ytop_off=424768 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1648 yq3_max=1744 yq3_avg=1689 ac_min=624 ac_max=720 ac_avg=665
CFLPREDOUT cbx=112 cby=64 visible=64x64 padded=64x64 u_min=105 u_max=108 u_avg=107 u_first=108 u_last=106 v_min=138 v_max=139 v_avg=138 v_first=138 v_last=139
CFLRECONOUT cbx=112 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=8 txtp_u=0 txtp_v=0 u_min=109 u_max=112 u_avg=111 u_first=112 u_last=110 u_left=111 u_right=111 v_min=139 v_max=142 v_avg=140 v_first=139 v_last=141 v_left=140 v_right=140 u_full_min=109 u_full_max=112 u_full_avg=111 u_full_right=111 v_full_min=139 v_full_max=142 v_full_avg=140 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 2] mhdir=254 rng=35680
CFLPRED cbx=128 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 2] alpha_promoted=[-64, 64] flags=0x1000f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426496 coff=426496 ytop_off=424832 utop_off=424832 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=64..96
CFLALIASMODE cbx=128 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=64 has_left=true coff=426496 left_first_off=426495 left_last_visible_off=531327 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=112 u_all_avg=111 u_dc_avg=111 u_first=112 u_last=110 u_even8=[112, 112, 112, 112, 112, 112, 112, 112] v_all_min=139 v_all_max=142 v_all_avg=140 v_dc_avg=140 v_first=139 v_last=142 v_even8=[139, 139, 139, 139, 139, 139, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f018 dc=[1681, 111, 140] alpha=[-64, 64] n_top=0 n_left=0 has_t=false has_l=true ypx_off=426496 ytop_off=424832 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1681, 111, 140] yq3_min=1624 yq3_max=1728 yq3_avg=1659 ac_min=-57 ac_max=47 ac_avg=-21
CFLPREDOUT cbx=128 cby=64 visible=64x64 padded=64x64 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=110 v_min=138 v_max=141 v_avg=139 v_first=138 v_last=140
CFLRECONOUT cbx=128 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=-1 txtp_u=0 txtp_v=0 u_min=110 u_max=113 u_avg=111 u_first=112 u_last=110 u_left=111 u_right=112 v_min=138 v_max=141 v_avg=139 v_first=138 v_last=140 v_left=139 v_right=138 u_full_min=110 u_full_max=113 u_full_avg=111 u_full_right=112 v_full_min=138 v_full_max=141 v_full_avg=139 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=160 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=47520
CFLPRED cbx=160 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f010 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426624 coff=426624 ytop_off=424960 utop_off=424960 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=64..96
CFLALIASMODE cbx=160 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=160 cby=64 has_left=false coff=426624 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f010 dc=[1024, 128, 128] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=426624 ytop_off=424960 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1568 yq3_max=1672 yq3_avg=1615 ac_min=544 ac_max=648 ac_avg=591
CFLPREDOUT cbx=160 cby=64 visible=64x64 padded=64x64 u_min=108 u_max=111 u_avg=109 u_first=111 u_last=108 v_min=137 v_max=138 v_avg=137 v_first=137 v_last=137
CFLRECONOUT cbx=160 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=1 txtp_u=0 txtp_v=0 u_min=112 u_max=115 u_avg=113 u_first=115 u_last=112 u_left=113 u_right=113 v_min=137 v_max=139 v_avg=138 v_first=137 v_last=138 v_left=138 v_right=138 u_full_min=112 u_full_max=115 u_full_avg=113 u_full_right=113 v_full_min=137 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=176 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=47184
CFLPRED cbx=176 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426688 coff=426688 ytop_off=425024 utop_off=425024 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=64..96
CFLALIASMODE cbx=176 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=176 cby=64 has_left=true coff=426688 left_first_off=426687 left_last_visible_off=531519 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=115 u_all_avg=113 u_dc_avg=113 u_first=115 u_last=114 u_even8=[115, 115, 115, 115, 115, 115, 115, 114] v_all_min=137 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=137 v_last=138 v_even8=[137, 137, 137, 137, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f018 dc=[1612, 114, 138] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=426688 ytop_off=425024 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1612, 114, 138] yq3_min=1536 yq3_max=1656 yq3_avg=1601 ac_min=-76 ac_max=44 ac_avg=-10
CFLPREDOUT cbx=176 cby=64 visible=64x64 padded=64x64 u_min=113 u_max=116 u_avg=114 u_first=115 u_last=113 v_min=137 v_max=139 v_avg=137 v_first=137 v_last=138
CFLRECONOUT cbx=176 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=0 txtp_u=0 txtp_v=0 u_min=112 u_max=115 u_avg=113 u_first=114 u_last=112 u_left=112 u_right=113 v_min=137 v_max=139 v_avg=137 v_first=137 v_last=138 v_left=138 v_right=137 u_full_min=112 u_full_max=115 u_full_avg=113 u_full_right=113 v_full_min=137 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=208 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=47520
CFLPRED cbx=208 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f010 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426816 coff=426816 ytop_off=425152 utop_off=425152 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=64..96
CFLALIASMODE cbx=208 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=208 cby=64 has_left=false coff=426816 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f010 dc=[1024, 128, 128] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=426816 ytop_off=425152 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1536 yq3_max=1696 yq3_avg=1615 ac_min=512 ac_max=672 ac_avg=591
CFLPREDOUT cbx=208 cby=64 visible=64x64 padded=64x64 u_min=107 u_max=112 u_avg=109 u_first=110 u_last=108 v_min=136 v_max=139 v_avg=137 v_first=137 v_last=138
CFLRECONOUT cbx=208 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=4 txtp_u=0 txtp_v=0 u_min=112 u_max=116 u_avg=113 u_first=114 u_last=112 u_left=114 u_right=113 v_min=136 v_max=140 v_avg=137 v_first=137 v_last=138 v_left=136 v_right=137 u_full_min=112 u_full_max=116 u_full_avg=113 u_full_right=113 v_full_min=136 v_full_max=140 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 2] mhdir=254 rng=46592
CFLPRED cbx=224 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 2] alpha_promoted=[-64, 64] flags=0x1000f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426880 coff=426880 ytop_off=425216 utop_off=425216 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=64..96
CFLALIASMODE cbx=224 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=64 has_left=true coff=426880 left_first_off=426879 left_last_visible_off=531711 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=116 u_all_avg=113 u_dc_avg=113 u_first=115 u_last=113 u_even8=[115, 115, 115, 115, 115, 115, 115, 115] v_all_min=137 v_all_max=139 v_all_avg=137 v_dc_avg=137 v_first=137 v_last=139 v_even8=[137, 137, 137, 137, 137, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f018 dc=[1631, 114, 138] alpha=[-64, 64] n_top=0 n_left=0 has_t=false has_l=true ypx_off=426880 ytop_off=425216 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1631, 114, 138] yq3_min=1552 yq3_max=1680 yq3_avg=1606 ac_min=-79 ac_max=49 ac_avg=-24
CFLPREDOUT cbx=224 cby=64 visible=64x64 padded=64x64 u_min=112 u_max=116 u_avg=114 u_first=115 u_last=113 v_min=136 v_max=140 v_avg=137 v_first=137 v_last=138
CFLRECONOUT cbx=224 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=1 txtp_u=0 txtp_v=0 u_min=112 u_max=116 u_avg=114 u_first=115 u_last=113 u_left=114 u_right=115 v_min=136 v_max=140 v_avg=137 v_first=137 v_last=138 v_left=137 v_right=136 u_full_min=112 u_full_max=116 u_full_avg=114 u_full_right=115 v_full_min=136 v_full_max=140 v_full_avg=137 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=240 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=62816
CFLPRED cbx=240 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=426944 coff=426944 ytop_off=425280 utop_off=425280 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=64..96
CFLALIASMODE cbx=240 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=240 cby=64 has_left=true coff=426944 left_first_off=426943 left_last_visible_off=531775 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=114 u_all_max=116 u_all_avg=115 u_dc_avg=115 u_first=115 u_last=115 u_even8=[115, 115, 115, 115, 115, 116, 116, 116] v_all_min=136 v_all_max=138 v_all_avg=136 v_dc_avg=136 v_first=137 v_last=137 v_even8=[137, 137, 137, 137, 137, 136, 136, 136]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f018 dc=[1595, 115, 137] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=426944 ytop_off=425280 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1595, 115, 137] yq3_min=1568 yq3_max=1696 yq3_avg=1610 ac_min=-27 ac_max=101 ac_avg=15
CFLPREDOUT cbx=240 cby=64 visible=64x64 padded=64x64 u_min=112 u_max=116 u_avg=114 u_first=114 u_last=112 v_min=137 v_max=139 v_avg=137 v_first=137 v_last=138
CFLRECONOUT cbx=240 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=1 eob_v=1 txtp_u=0 txtp_v=0 u_min=112 u_max=116 u_avg=114 u_first=114 u_last=112 u_left=114 u_right=114 v_min=137 v_max=139 v_avg=137 v_first=137 v_last=138 v_left=137 v_right=137 u_full_min=112 u_full_max=116 u_full_avg=114 u_full_right=114 v_full_min=137 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=272 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=50192
CFLPRED cbx=272 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=427072 coff=427072 ytop_off=425408 utop_off=425408 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=64..96
CFLALIASMODE cbx=272 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=64 has_left=true coff=427072 left_first_off=427071 left_last_visible_off=531903 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=116 u_all_avg=114 u_dc_avg=114 u_first=114 u_last=112 u_even8=[114, 114, 114, 114, 114, 114, 114, 114] v_all_min=136 v_all_max=139 v_all_avg=137 v_dc_avg=137 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 139, 139, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f018 dc=[1642, 114, 137] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=427072 ytop_off=425408 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1642, 114, 137] yq3_min=1568 yq3_max=1696 yq3_avg=1645 ac_min=-74 ac_max=54 ac_avg=3
CFLPREDOUT cbx=272 cby=64 visible=64x64 padded=64x64 u_min=112 u_max=116 u_avg=114 u_first=113 u_last=113 v_min=136 v_max=138 v_avg=137 v_first=137 v_last=137
CFLRECONOUT cbx=272 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=1 txtp_u=0 txtp_v=0 u_min=113 u_max=116 u_avg=114 u_first=114 u_last=113 u_left=114 u_right=114 v_min=136 v_max=139 v_avg=137 v_first=137 v_last=138 v_left=137 v_right=137 u_full_min=113 u_full_max=116 u_full_avg=114 u_full_right=114 v_full_min=136 v_full_max=139 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=46560
CFLPRED cbx=288 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=427136 coff=427136 ytop_off=425472 utop_off=425472 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=64..96
CFLALIASMODE cbx=288 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=64 has_left=true coff=427136 left_first_off=427135 left_last_visible_off=531967 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=116 u_all_avg=114 u_dc_avg=114 u_first=113 u_last=115 u_even8=[113, 114, 114, 114, 114, 114, 114, 114] v_all_min=136 v_all_max=138 v_all_avg=137 v_dc_avg=137 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[1636, 115, 137] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=427136 ytop_off=425472 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1636, 115, 137] yq3_min=1552 yq3_max=1712 yq3_avg=1620 ac_min=-84 ac_max=76 ac_avg=-15
CFLPREDOUT cbx=288 cby=64 visible=64x64 padded=64x64 u_min=114 u_max=116 u_avg=115 u_first=114 u_last=114 v_min=136 v_max=138 v_avg=136 v_first=137 v_last=137
CFLRECONOUT cbx=288 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=-1 txtp_u=0 txtp_v=0 u_min=114 u_max=116 u_avg=115 u_first=114 u_last=114 u_left=115 u_right=115 v_min=136 v_max=138 v_avg=136 v_first=137 v_last=137 v_left=136 v_right=136 u_full_min=114 u_full_max=116 u_full_avg=115 u_full_right=115 v_full_min=136 v_full_max=138 v_full_avg=136 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=304 cby=64 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=45952
CFLPRED cbx=304 cby=64 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f810 has_top=false has_left=false flags_top=false flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=427200 coff=427200 ytop_off=425536 utop_off=425536 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=64..96
CFLALIASMODE cbx=304 cby=64 temp_block=true inplace_env=false
CFLLEFTSRC cbx=304 cby=64 has_left=false coff=427200 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f810 dc=[1024, 128, 128] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=false ypx_off=427200 ytop_off=425536 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1528 yq3_max=1744 yq3_avg=1613 ac_min=504 ac_max=720 ac_avg=589
CFLPREDOUT cbx=304 cby=64 visible=64x64 padded=64x64 u_min=117 u_max=120 u_avg=118 u_first=118 u_last=117 v_min=136 v_max=139 v_avg=137 v_first=137 v_last=138
CFLRECONOUT cbx=304 cby=64 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=6 txtp_u=0 txtp_v=0 u_min=113 u_max=117 u_avg=114 u_first=114 u_last=113 u_left=114 u_right=114 v_min=135 v_max=139 v_avg=136 v_first=137 v_last=138 v_left=136 v_right=136 u_full_min=113 u_full_max=117 u_full_avg=114 u_full_right=114 v_full_min=135 v_full_max=139 v_full_avg=136 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=96 cby=80 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 2] mhdir=254 rng=49024
CFLPRED cbx=96 cby=80 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 2] alpha_promoted=[-64, 64] flags=0x1000f01c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=532864 coff=532864 ytop_off=531200 utop_off=531200 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=64..96
CFLALIASMODE cbx=96 cby=80 temp_block=true inplace_env=false
CFLLEFTSRC cbx=96 cby=80 has_left=true coff=532864 left_first_off=532863 left_last_visible_off=637695 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=112 u_all_avg=111 u_dc_avg=111 u_first=111 u_last=110 u_even8=[111, 111, 112, 112, 112, 112, 112, 112] v_all_min=138 v_all_max=140 v_all_avg=139 v_dc_avg=139 v_first=140 v_last=139 v_even8=[140, 140, 140, 140, 139, 139, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f01c dc=[1677, 111, 140] alpha=[-64, 64] n_top=0 n_left=0 has_t=true has_l=true ypx_off=532864 ytop_off=531200 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1693, 111, 140] dc_left_n=32 dc_left_avg=[1661, 111, 140] yq3_min=1592 yq3_max=1704 yq3_avg=1668 ac_min=-85 ac_max=27 ac_avg=-8
CFLPREDOUT cbx=96 cby=80 visible=64x64 padded=64x64 u_min=110 u_max=114 u_avg=111 u_first=111 u_last=111 v_min=137 v_max=141 v_avg=139 v_first=140 v_last=140
CFLRECONOUT cbx=96 cby=80 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=2 eob_v=2 txtp_u=0 txtp_v=0 u_min=110 u_max=114 u_avg=111 u_first=111 u_last=111 u_left=111 u_right=111 v_min=137 v_max=141 v_avg=139 v_first=140 v_last=140 v_left=139 v_right=139 u_full_min=110 u_full_max=114 u_full_avg=111 u_full_right=111 v_full_min=137 v_full_max=141 v_full_avg=139 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=80 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 2] mhdir=254 rng=50368
CFLPRED cbx=128 cby=80 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 2] alpha_promoted=[-64, 64] flags=0x1000f01c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=532992 coff=532992 ytop_off=531328 utop_off=531328 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=64..96
CFLALIASMODE cbx=128 cby=80 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=80 has_left=true coff=532992 left_first_off=532991 left_last_visible_off=637823 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=111 u_all_avg=111 u_dc_avg=111 u_first=111 u_last=111 u_even8=[111, 111, 111, 111, 111, 111, 111, 111] v_all_min=140 v_all_max=142 v_all_avg=140 v_dc_avg=140 v_first=142 v_last=140 v_even8=[142, 142, 142, 142, 142, 142, 141, 141]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f01c dc=[1705, 111, 141] alpha=[-64, 64] n_top=0 n_left=0 has_t=true has_l=true ypx_off=532992 ytop_off=531328 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1693, 111, 140] dc_left_n=32 dc_left_avg=[1718, 111, 141] yq3_min=1672 yq3_max=1744 yq3_avg=1710 ac_min=-33 ac_max=39 ac_avg=5
CFLPREDOUT cbx=128 cby=80 visible=64x64 padded=64x64 u_min=110 u_max=112 u_avg=110 u_first=111 u_last=111 v_min=140 v_max=142 v_avg=141 v_first=140 v_last=140
CFLRECONOUT cbx=128 cby=80 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=0 txtp_u=0 txtp_v=0 u_min=110 u_max=112 u_avg=110 u_first=111 u_last=111 u_left=110 u_right=111 v_min=139 v_max=141 v_avg=140 v_first=139 v_last=139 v_left=140 v_right=139 u_full_min=110 u_full_max=112 u_full_avg=110 u_full_right=111 v_full_min=139 v_full_max=141 v_full_avg=140 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=160 cby=80 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=36272
CFLPRED cbx=160 cby=80 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=533120 coff=533120 ytop_off=531456 utop_off=531456 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=64..96
CFLALIASMODE cbx=160 cby=80 temp_block=true inplace_env=false
CFLLEFTSRC cbx=160 cby=80 has_left=false coff=533120 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f814 dc=[1650, 112, 139] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=533120 ytop_off=531456 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1650, 112, 139] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1608 yq3_max=1720 yq3_avg=1672 ac_min=-42 ac_max=70 ac_avg=22
CFLPREDOUT cbx=160 cby=80 visible=64x64 padded=64x64 u_min=111 u_max=113 u_avg=111 u_first=112 u_last=111 v_min=138 v_max=140 v_avg=139 v_first=138 v_last=139
CFLRECONOUT cbx=160 cby=80 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=4 txtp_u=0 txtp_v=0 u_min=111 u_max=113 u_avg=111 u_first=112 u_last=111 u_left=111 u_right=112 v_min=137 v_max=141 v_avg=139 v_first=138 v_last=139 v_left=140 v_right=138 u_full_min=111 u_full_max=113 u_full_avg=111 u_full_right=112 v_full_min=137 v_full_max=141 v_full_avg=139 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=176 cby=80 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[-2, 2] mhdir=254 rng=34496
CFLPRED cbx=176 cby=80 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 2] alpha_promoted=[-64, 64] flags=0x1000f01c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=533184 coff=533184 ytop_off=531520 utop_off=531520 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=64..96
CFLALIASMODE cbx=176 cby=80 temp_block=true inplace_env=false
CFLLEFTSRC cbx=176 cby=80 has_left=true coff=533184 left_first_off=533183 left_last_visible_off=638015 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=113 u_all_avg=112 u_dc_avg=112 u_first=113 u_last=112 u_even8=[113, 113, 113, 113, 113, 113, 113, 113] v_all_min=137 v_all_max=140 v_all_avg=138 v_dc_avg=138 v_first=137 v_last=139 v_even8=[137, 137, 137, 137, 137, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000f01c dc=[1636, 113, 138] alpha=[-64, 64] n_top=0 n_left=0 has_t=true has_l=true ypx_off=533184 ytop_off=531520 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1615, 113, 138] dc_left_n=32 dc_left_avg=[1657, 112, 139] yq3_min=1608 yq3_max=1680 yq3_avg=1659 ac_min=-28 ac_max=44 ac_avg=23
CFLPREDOUT cbx=176 cby=80 visible=64x64 padded=64x64 u_min=112 u_max=114 u_avg=112 u_first=113 u_last=112 v_min=137 v_max=139 v_avg=138 v_first=137 v_last=139
CFLRECONOUT cbx=176 cby=80 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=-1 txtp_u=0 txtp_v=0 u_min=112 u_max=114 u_avg=112 u_first=113 u_last=112 u_left=112 u_right=112 v_min=137 v_max=139 v_avg=138 v_first=137 v_last=139 v_left=138 v_right=138 u_full_min=112 u_full_max=114 u_full_avg=112 u_full_right=112 v_full_min=137 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=80 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[0, 1] mhdir=0 rng=33736
CFLPRED cbx=224 cby=80 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, 1] alpha_promoted=[0, 32] flags=0x0800001c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=533376 coff=533376 ytop_off=531712 utop_off=531712 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=64..96
CFLALIASMODE cbx=224 cby=80 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=80 has_left=true coff=533376 left_first_off=533375 left_last_visible_off=638207 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=114 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=112 u_even8=[112, 112, 113, 113, 113, 113, 114, 114] v_all_min=137 v_all_max=139 v_all_avg=137 v_dc_avg=137 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800001c dc=[1638, 113, 138] alpha=[0, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=533376 ytop_off=531712 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1630, 114, 138] dc_left_n=32 dc_left_avg=[1647, 113, 138] yq3_min=1344 yq3_max=1728 yq3_avg=1655 ac_min=-294 ac_max=90 ac_avg=17
CFLPREDOUT cbx=224 cby=80 visible=64x64 padded=64x64 u_min=113 u_max=113 u_avg=113 u_first=113 u_last=113 v_min=133 v_max=139 v_avg=138 v_first=137 v_last=138
CFLRECONOUT cbx=224 cby=80 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=3 eob_v=-1 txtp_u=0 txtp_v=0 u_min=112 u_max=114 u_avg=112 u_first=114 u_last=113 u_left=112 u_right=112 v_min=133 v_max=139 v_avg=138 v_first=137 v_last=138 v_left=138 v_right=137 u_full_min=112 u_full_max=114 u_full_avg=112 u_full_right=112 v_full_min=133 v_full_max=139 v_full_avg=138 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=32 cby=112 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=63488
CFLPRED cbx=32 cby=112 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f01c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=745600 coff=745600 ytop_off=743936 utop_off=743936 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=96..128
CFLALIASMODE cbx=32 cby=112 temp_block=true inplace_env=false
CFLLEFTSRC cbx=32 cby=112 has_left=true coff=745600 left_first_off=745599 left_last_visible_off=850431 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=115 u_all_max=117 u_all_avg=116 u_dc_avg=116 u_first=116 u_last=117 u_even8=[116, 116, 116, 115, 115, 116, 116, 116] v_all_min=138 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=139 v_last=138 v_even8=[139, 138, 139, 138, 138, 139, 138, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f01c dc=[516, 114, 139] alpha=[-64, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=745600 ytop_off=743936 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[559, 112, 140] dc_left_n=32 dc_left_avg=[473, 116, 139] yq3_min=400 yq3_max=864 yq3_avg=536 ac_min=-116 ac_max=348 ac_avg=20
CFLPREDOUT cbx=32 cby=112 visible=64x64 padded=64x64 u_min=103 u_max=118 u_avg=113 u_first=111 u_last=112 v_min=137 v_max=144 v_avg=139 v_first=140 v_last=139
CFLRECONOUT cbx=32 cby=112 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=324 eob_v=864 txtp_u=0 txtp_v=0 u_min=103 u_max=118 u_avg=112 u_first=111 u_last=113 u_left=115 u_right=112 v_min=134 v_max=147 v_avg=140 v_first=141 v_last=139 v_left=139 v_right=141 u_full_min=103 u_full_max=118 u_full_avg=112 u_full_right=112 v_full_min=134 v_full_max=147 v_full_avg=140 v_full_right=141 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=112 cby=112 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=43904
CFLPRED cbx=112 cby=112 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=745920 coff=745920 ytop_off=744256 utop_off=744256 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=96..128
CFLALIASMODE cbx=112 cby=112 temp_block=true inplace_env=false
CFLLEFTSRC cbx=112 cby=112 has_left=false coff=745920 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f814 dc=[606, 116, 137] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=745920 ytop_off=744256 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[606, 116, 137] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=424 yq3_max=792 yq3_avg=602 ac_min=-182 ac_max=186 ac_avg=-3
CFLPREDOUT cbx=112 cby=112 visible=64x64 padded=64x64 u_min=113 u_max=119 u_avg=116 u_first=116 u_last=116 v_min=137 v_max=137 v_avg=137 v_first=137 v_last=137
CFLRECONOUT cbx=112 cby=112 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=378 eob_v=435 txtp_u=0 txtp_v=0 u_min=109 u_max=120 u_avg=113 u_first=116 u_last=113 u_left=114 u_right=114 v_min=134 v_max=144 v_avg=139 v_first=135 v_last=139 v_left=138 v_right=138 u_full_min=109 u_full_max=120 u_full_avg=113 u_full_right=114 v_full_min=134 v_full_max=144 v_full_avg=139 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=112 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=51072
CFLPRED cbx=128 cby=112 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=745984 coff=745984 ytop_off=744320 utop_off=744320 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=96..128
CFLALIASMODE cbx=128 cby=112 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=112 has_left=true coff=745984 left_first_off=745983 left_last_visible_off=850815 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=118 u_all_avg=114 u_dc_avg=114 u_first=115 u_last=117 u_even8=[115, 115, 116, 118, 117, 116, 117, 114] v_all_min=134 v_all_max=142 v_all_avg=138 v_dc_avg=138 v_first=134 v_last=138 v_even8=[134, 137, 138, 136, 138, 139, 136, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[608, 114, 139] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=745984 ytop_off=744320 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[597, 113, 139] dc_left_n=32 dc_left_avg=[620, 115, 139] yq3_min=432 yq3_max=904 yq3_avg=597 ac_min=-176 ac_max=296 ac_avg=-10
CFLPREDOUT cbx=128 cby=112 visible=64x64 padded=64x64 u_min=109 u_max=117 u_avg=114 u_first=114 u_last=114 v_min=139 v_max=139 v_avg=139 v_first=139 v_last=139
CFLRECONOUT cbx=128 cby=112 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=90 eob_v=90 txtp_u=0 txtp_v=0 u_min=109 u_max=119 u_avg=114 u_first=115 u_last=114 u_left=114 u_right=115 v_min=137 v_max=142 v_avg=138 v_first=138 v_last=138 v_left=138 v_right=138 u_full_min=109 u_full_max=119 u_full_avg=114 u_full_right=115 v_full_min=137 v_full_max=142 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=112 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=58464
CFLPRED cbx=288 cby=112 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f01c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=746624 coff=746624 ytop_off=744960 utop_off=744960 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=96..128
CFLALIASMODE cbx=288 cby=112 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=112 has_left=true coff=746624 left_first_off=746623 left_last_visible_off=851455 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=106 u_all_max=117 u_all_avg=111 u_dc_avg=111 u_first=115 u_last=107 u_even8=[115, 116, 117, 116, 115, 116, 115, 113] v_all_min=138 v_all_max=145 v_all_avg=141 v_dc_avg=141 v_first=139 v_last=144 v_even8=[139, 138, 140, 139, 138, 140, 140, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f01c dc=[564, 113, 139] alpha=[-64, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=746624 ytop_off=744960 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[561, 116, 138] dc_left_n=32 dc_left_avg=[568, 111, 141] yq3_min=392 yq3_max=816 yq3_avg=579 ac_min=-172 ac_max=252 ac_avg=15
CFLPREDOUT cbx=288 cby=112 visible=64x64 padded=64x64 u_min=105 u_max=118 u_avg=112 u_first=112 u_last=112 v_min=136 v_max=143 v_avg=139 v_first=139 v_last=139
CFLRECONOUT cbx=288 cby=112 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=232 eob_v=169 txtp_u=0 txtp_v=0 u_min=101 u_max=120 u_avg=111 u_first=115 u_last=109 u_left=111 u_right=113 v_min=135 v_max=148 v_avg=141 v_first=138 v_last=142 v_left=140 v_right=139 u_full_min=101 u_full_max=120 u_full_avg=111 u_full_right=113 v_full_min=135 v_full_max=148 v_full_avg=141 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=336 cby=112 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=55952
CFLPRED cbx=336 cby=112 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=746816 coff=746816 ytop_off=745152 utop_off=745152 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=96..128
CFLALIASMODE cbx=336 cby=112 temp_block=true inplace_env=false
CFLLEFTSRC cbx=336 cby=112 has_left=true coff=746816 left_first_off=746815 left_last_visible_off=851647 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=120 u_all_avg=116 u_dc_avg=116 u_first=113 u_last=119 u_even8=[113, 117, 118, 115, 116, 120, 119, 113] v_all_min=134 v_all_max=141 v_all_avg=137 v_dc_avg=137 v_first=138 v_last=137 v_even8=[138, 136, 136, 138, 138, 137, 136, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf800081c dc=[569, 115, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=746816 ytop_off=745152 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[569, 115, 138] dc_left_n=32 dc_left_avg=[570, 116, 138] yq3_min=376 yq3_max=888 yq3_avg=561 ac_min=-193 ac_max=319 ac_avg=-7
CFLPREDOUT cbx=336 cby=112 visible=64x64 padded=64x64 u_min=112 u_max=120 u_avg=114 u_first=114 u_last=114 v_min=133 v_max=141 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=336 cby=112 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=211 eob_v=211 txtp_u=0 txtp_v=0 u_min=109 u_max=121 u_avg=114 u_first=114 u_last=113 u_left=116 u_right=112 v_min=133 v_max=145 v_avg=139 v_first=139 v_last=139 v_left=138 v_right=140 u_full_min=109 u_full_max=121 u_full_avg=114 u_full_right=112 v_full_min=133 v_full_max=145 v_full_avg=139 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=352 cby=112 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=64384
CFLPRED cbx=352 cby=112 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf8000814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=746880 coff=746880 ytop_off=745216 utop_off=745216 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=96..128
CFLALIASMODE cbx=352 cby=112 temp_block=true inplace_env=false
CFLLEFTSRC cbx=352 cby=112 has_left=false coff=746880 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf8000814 dc=[555, 116, 137] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=746880 ytop_off=745216 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[555, 116, 137] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=360 yq3_max=760 yq3_avg=510 ac_min=-195 ac_max=205 ac_avg=-44
CFLPREDOUT cbx=352 cby=112 visible=64x64 padded=64x64 u_min=113 u_max=119 u_avg=115 u_first=116 u_last=114 v_min=134 v_max=140 v_avg=137 v_first=136 v_last=138
CFLRECONOUT cbx=352 cby=112 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=255 eob_v=210 txtp_u=0 txtp_v=0 u_min=110 u_max=121 u_avg=114 u_first=116 u_last=113 u_left=112 u_right=114 v_min=134 v_max=143 v_avg=138 v_first=136 v_last=139 v_left=140 v_right=138 u_full_min=110 u_full_max=121 u_full_avg=114 u_full_right=114 v_full_min=134 v_full_max=143 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=16 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-3, 2] mhdir=253 rng=55552
CFLPRED cbx=16 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-3, 2] alpha_promoted=[-96, 64] flags=0x1000e818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=852032 coff=852032 ytop_off=850368 utop_off=850368 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=128..160
CFLALIASMODE cbx=16 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=16 cby=128 has_left=true coff=852032 left_first_off=852031 left_last_visible_off=956863 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=116 u_all_avg=113 u_dc_avg=113 u_first=112 u_last=114 u_even8=[112, 113, 112, 112, 115, 113, 113, 116] v_all_min=139 v_all_max=144 v_all_avg=141 v_dc_avg=141 v_first=144 v_last=139 v_even8=[144, 140, 142, 143, 141, 141, 143, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x1000e818 dc=[493, 113, 141] alpha=[-96, 64] n_top=0 n_left=0 has_t=false has_l=true ypx_off=852032 ytop_off=850368 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[493, 113, 141] yq3_min=384 yq3_max=632 yq3_avg=468 ac_min=-109 ac_max=139 ac_avg=-24
CFLPREDOUT cbx=16 cby=128 visible=64x64 padded=64x64 u_min=106 u_max=118 u_avg=114 u_first=113 u_last=113 v_min=138 v_max=145 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=16 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=327 eob_v=354 txtp_u=0 txtp_v=0 u_min=107 u_max=119 u_avg=114 u_first=115 u_last=113 u_left=113 u_right=115 v_min=136 v_max=146 v_avg=139 v_first=138 v_last=140 v_left=140 v_right=139 u_full_min=107 u_full_max=119 u_full_avg=114 u_full_right=115 v_full_min=136 v_full_max=146 v_full_avg=139 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=32 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=60464
CFLPRED cbx=32 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=852096 coff=852096 ytop_off=850432 utop_off=850432 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=128..160
CFLALIASMODE cbx=32 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=32 cby=128 has_left=true coff=852096 left_first_off=852095 left_last_visible_off=956927 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=113 u_all_max=117 u_all_avg=115 u_dc_avg=115 u_first=114 u_last=113 u_even8=[114, 115, 115, 115, 115, 114, 115, 115] v_all_min=138 v_all_max=141 v_all_avg=139 v_dc_avg=139 v_first=140 v_last=140 v_even8=[140, 140, 140, 140, 140, 140, 139, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f018 dc=[475, 115, 139] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=852096 ytop_off=850432 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[475, 115, 139] yq3_min=400 yq3_max=784 yq3_avg=538 ac_min=-75 ac_max=309 ac_avg=63
CFLPREDOUT cbx=32 cby=128 visible=64x64 padded=64x64 u_min=105 u_max=117 u_avg=113 u_first=112 u_last=113 v_min=138 v_max=144 v_avg=140 v_first=140 v_last=139
CFLRECONOUT cbx=32 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=379 eob_v=379 txtp_u=0 txtp_v=0 u_min=103 u_max=118 u_avg=113 u_first=113 u_last=113 u_left=114 u_right=109 v_min=136 v_max=148 v_avg=140 v_first=139 v_last=140 v_left=139 v_right=143 u_full_min=103 u_full_max=118 u_full_avg=113 u_full_right=109 v_full_min=136 v_full_max=148 v_full_avg=140 v_full_right=143 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=48 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=49776
CFLPRED cbx=48 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=852160 coff=852160 ytop_off=850496 utop_off=850496 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=128..160
CFLALIASMODE cbx=48 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=48 cby=128 has_left=true coff=852160 left_first_off=852159 left_last_visible_off=956991 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=104 u_all_max=116 u_all_avg=109 u_dc_avg=109 u_first=113 u_last=110 u_even8=[113, 114, 115, 114, 108, 105, 108, 106] v_all_min=137 v_all_max=147 v_all_avg=143 v_dc_avg=143 v_first=137 v_last=143 v_even8=[137, 138, 138, 142, 144, 147, 146, 146]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[676, 109, 144] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=852160 ytop_off=850496 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[676, 109, 144] yq3_min=416 yq3_max=864 yq3_avg=653 ac_min=-260 ac_max=188 ac_avg=-22
CFLPREDOUT cbx=48 cby=128 visible=64x64 padded=64x64 u_min=106 u_max=113 u_avg=109 u_first=109 u_last=108 v_min=140 v_max=147 v_avg=143 v_first=143 v_last=144
CFLRECONOUT cbx=48 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=864 eob_v=864 txtp_u=0 txtp_v=0 u_min=104 u_max=116 u_avg=108 u_first=109 u_last=108 u_left=108 u_right=112 v_min=136 v_max=149 v_avg=143 v_first=143 v_last=144 v_left=142 v_right=141 u_full_min=104 u_full_max=116 u_full_avg=108 u_full_right=112 v_full_min=136 v_full_max=149 v_full_avg=143 v_full_right=141 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=80 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=56848
CFLPRED cbx=80 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=852288 coff=852288 ytop_off=850624 utop_off=850624 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=128..160
CFLALIASMODE cbx=80 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=80 cby=128 has_left=true coff=852288 left_first_off=852287 left_last_visible_off=957119 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=114 u_all_avg=113 u_dc_avg=113 u_first=113 u_last=113 u_even8=[113, 113, 113, 113, 113, 113, 113, 113] v_all_min=140 v_all_max=140 v_all_avg=140 v_dc_avg=140 v_first=140 v_last=140 v_even8=[140, 140, 140, 140, 140, 140, 140, 140]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f018 dc=[547, 113, 140] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=852288 ytop_off=850624 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[547, 113, 140] yq3_min=416 yq3_max=712 yq3_avg=552 ac_min=-131 ac_max=165 ac_avg=5
CFLPREDOUT cbx=80 cby=128 visible=64x64 padded=64x64 u_min=108 u_max=117 u_avg=112 u_first=113 u_last=112 v_min=138 v_max=143 v_avg=140 v_first=139 v_last=140
CFLRECONOUT cbx=80 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=189 eob_v=189 txtp_u=0 txtp_v=0 u_min=107 u_max=117 u_avg=112 u_first=112 u_last=112 u_left=112 u_right=110 v_min=137 v_max=145 v_avg=141 v_first=141 v_last=141 v_left=141 v_right=142 u_full_min=107 u_full_max=117 u_full_avg=112 u_full_right=110 v_full_min=137 v_full_max=145 v_full_avg=141 v_full_right=142 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=96 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=46128
CFLPRED cbx=96 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=852352 coff=852352 ytop_off=850688 utop_off=850688 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=128..160
CFLALIASMODE cbx=96 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=96 cby=128 has_left=true coff=852352 left_first_off=852351 left_last_visible_off=957183 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=108 u_all_max=112 u_all_avg=110 u_dc_avg=110 u_first=110 u_last=111 u_even8=[110, 111, 110, 111, 110, 109, 110, 110] v_all_min=142 v_all_max=143 v_all_avg=142 v_dc_avg=142 v_first=142 v_last=142 v_even8=[142, 142, 143, 142, 142, 142, 143, 143]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f018 dc=[634, 110, 142] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=852352 ytop_off=850688 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[634, 110, 142] yq3_min=424 yq3_max=712 yq3_avg=526 ac_min=-210 ac_max=78 ac_avg=-107
CFLPREDOUT cbx=96 cby=128 visible=64x64 padded=64x64 u_min=108 u_max=117 u_avg=113 u_first=113 u_last=113 v_min=139 v_max=143 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=96 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=209 eob_v=209 txtp_u=0 txtp_v=0 u_min=108 u_max=119 u_avg=114 u_first=114 u_last=114 u_left=110 u_right=115 v_min=135 v_max=144 v_avg=139 v_first=139 v_last=138 v_left=141 v_right=137 u_full_min=108 u_full_max=119 u_full_avg=114 u_full_right=115 v_full_min=135 v_full_max=144 v_full_avg=139 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=54160
CFLPRED cbx=128 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=852480 coff=852480 ytop_off=850816 utop_off=850816 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=128..160
CFLALIASMODE cbx=128 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=128 has_left=true coff=852480 left_first_off=852479 left_last_visible_off=957311 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=115 u_all_avg=112 u_dc_avg=112 u_first=114 u_last=111 u_even8=[114, 115, 114, 114, 112, 113, 114, 114] v_all_min=138 v_all_max=142 v_all_avg=139 v_dc_avg=139 v_first=140 v_last=140 v_even8=[140, 140, 140, 139, 140, 139, 139, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f018 dc=[596, 113, 140] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=852480 ytop_off=850816 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[596, 113, 140] yq3_min=424 yq3_max=840 yq3_avg=577 ac_min=-172 ac_max=244 ac_avg=-18
CFLPREDOUT cbx=128 cby=128 visible=64x64 padded=64x64 u_min=105 u_max=118 u_avg=113 u_first=113 u_last=114 v_min=137 v_max=144 v_avg=139 v_first=139 v_last=139
CFLRECONOUT cbx=128 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=302 eob_v=44 txtp_u=0 txtp_v=0 u_min=105 u_max=118 u_avg=113 u_first=114 u_last=113 u_left=112 u_right=113 v_min=137 v_max=144 v_avg=139 v_first=139 v_last=139 v_left=140 v_right=140 u_full_min=105 u_full_max=118 u_full_avg=113 u_full_right=113 v_full_min=137 v_full_max=144 v_full_avg=139 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=240 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=41776
CFLPRED cbx=240 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=852928 coff=852928 ytop_off=851264 utop_off=851264 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=128..160
CFLALIASMODE cbx=240 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=240 cby=128 has_left=true coff=852928 left_first_off=852927 left_last_visible_off=957759 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=119 u_all_avg=116 u_dc_avg=116 u_first=116 u_last=119 u_even8=[116, 116, 116, 115, 114, 113, 112, 113] v_all_min=134 v_all_max=141 v_all_avg=136 v_dc_avg=136 v_first=138 v_last=135 v_even8=[138, 138, 139, 139, 139, 139, 140, 141]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[544, 117, 137] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=852928 ytop_off=851264 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[544, 117, 137] yq3_min=408 yq3_max=1336 yq3_avg=578 ac_min=-136 ac_max=792 ac_avg=34
CFLPREDOUT cbx=240 cby=128 visible=64x64 padded=64x64 u_min=105 u_max=119 u_avg=116 u_first=115 u_last=116 v_min=137 v_max=137 v_avg=137 v_first=137 v_last=137
CFLRECONOUT cbx=240 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=89 eob_v=77 txtp_u=0 txtp_v=0 u_min=103 u_max=121 u_avg=114 u_first=113 u_last=113 u_left=116 u_right=115 v_min=135 v_max=143 v_avg=139 v_first=139 v_last=139 v_left=137 v_right=138 u_full_min=103 u_full_max=121 u_full_avg=114 u_full_right=115 v_full_min=135 v_full_max=143 v_full_avg=139 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=272 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=45312
CFLPRED cbx=272 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=853056 coff=853056 ytop_off=851392 utop_off=851392 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=128..160
CFLALIASMODE cbx=272 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=128 has_left=true coff=853056 left_first_off=853055 left_last_visible_off=957887 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=112 u_all_avg=110 u_dc_avg=110 u_first=110 u_last=112 u_even8=[110, 110, 110, 110, 110, 111, 111, 111] v_all_min=141 v_all_max=142 v_all_avg=141 v_dc_avg=141 v_first=142 v_last=141 v_even8=[142, 142, 142, 142, 142, 142, 142, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[526, 111, 142] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=853056 ytop_off=851392 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[526, 111, 142] yq3_min=360 yq3_max=736 yq3_avg=491 ac_min=-166 ac_max=210 ac_avg=-34
CFLPREDOUT cbx=272 cby=128 visible=64x64 padded=64x64 u_min=108 u_max=114 u_avg=111 u_first=111 u_last=111 v_min=142 v_max=142 v_avg=142 v_first=142 v_last=142
CFLRECONOUT cbx=272 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=378 eob_v=438 txtp_u=0 txtp_v=0 u_min=106 u_max=115 u_avg=111 u_first=110 u_last=111 u_left=110 u_right=109 v_min=139 v_max=145 v_avg=141 v_first=142 v_last=141 v_left=142 v_right=142 u_full_min=106 u_full_max=115 u_full_avg=111 u_full_right=109 v_full_min=139 v_full_max=145 v_full_avg=141 v_full_right=142 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=128 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=35784
CFLPRED cbx=288 cby=128 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=853120 coff=853120 ytop_off=851456 utop_off=851456 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=128..160
CFLALIASMODE cbx=288 cby=128 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=128 has_left=true coff=853120 left_first_off=853119 left_last_visible_off=957951 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=107 u_all_max=111 u_all_avg=109 u_dc_avg=109 u_first=110 u_last=110 u_even8=[110, 111, 110, 109, 111, 108, 111, 110] v_all_min=139 v_all_max=145 v_all_avg=142 v_dc_avg=142 v_first=143 v_last=141 v_even8=[143, 140, 145, 141, 142, 144, 141, 143]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[584, 110, 142] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=853120 ytop_off=851456 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[584, 110, 142] yq3_min=360 yq3_max=728 yq3_avg=552 ac_min=-224 ac_max=144 ac_avg=-31
CFLPREDOUT cbx=288 cby=128 visible=64x64 padded=64x64 u_min=108 u_max=114 u_avg=110 u_first=110 u_last=109 v_min=142 v_max=142 v_avg=142 v_first=142 v_last=142
CFLRECONOUT cbx=288 cby=128 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=527 eob_v=527 txtp_u=0 txtp_v=0 u_min=105 u_max=117 u_avg=110 u_first=111 u_last=111 u_left=112 u_right=110 v_min=138 v_max=148 v_avg=143 v_first=141 v_last=142 v_left=140 v_right=144 u_full_min=105 u_full_max=117 u_full_avg=110 u_full_right=110 v_full_min=138 v_full_max=148 v_full_avg=143 v_full_right=144 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=0 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=64944
CFLPRED cbx=0 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=958464 coff=958464 ytop_off=956800 utop_off=956800 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=128..160
CFLALIASMODE cbx=0 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=0 cby=144 has_left=false coff=958464 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f814 dc=[482, 113, 142] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=958464 ytop_off=956800 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[482, 113, 142] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=392 yq3_max=904 yq3_avg=568 ac_min=-90 ac_max=422 ac_avg=86
CFLPREDOUT cbx=0 cby=144 visible=64x64 padded=64x64 u_min=106 u_max=114 u_avg=111 u_first=112 u_last=109 v_min=142 v_max=142 v_avg=142 v_first=142 v_last=142
CFLRECONOUT cbx=0 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=34 eob_v=118 txtp_u=0 txtp_v=0 u_min=105 u_max=115 u_avg=110 u_first=111 u_last=109 u_left=107 u_right=112 v_min=139 v_max=145 v_avg=142 v_first=142 v_last=141 v_left=142 v_right=139 u_full_min=105 u_full_max=115 u_full_avg=110 u_full_right=112 v_full_min=139 v_full_max=145 v_full_avg=142 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=48 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=58992
CFLPRED cbx=48 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=958656 coff=958656 ytop_off=956992 utop_off=956992 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=128..160
CFLALIASMODE cbx=48 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=48 cby=144 has_left=true coff=958656 left_first_off=958655 left_last_visible_off=1063487 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=107 u_all_max=113 u_all_avg=109 u_dc_avg=109 u_first=109 u_last=111 u_even8=[109, 112, 109, 111, 108, 110, 111, 108] v_all_min=140 v_all_max=145 v_all_avg=142 v_dc_avg=142 v_first=144 v_last=141 v_even8=[144, 142, 145, 142, 143, 143, 141, 144]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[685, 109, 143] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=958656 ytop_off=956992 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[684, 109, 144] dc_left_n=32 dc_left_avg=[686, 110, 143] yq3_min=424 yq3_max=848 yq3_avg=662 ac_min=-261 ac_max=163 ac_avg=-22
CFLPREDOUT cbx=48 cby=144 visible=64x64 padded=64x64 u_min=106 u_max=113 u_avg=109 u_first=109 u_last=109 v_min=139 v_max=146 v_avg=142 v_first=142 v_last=142
CFLRECONOUT cbx=48 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=466 eob_v=495 txtp_u=0 txtp_v=0 u_min=104 u_max=116 u_avg=109 u_first=108 u_last=109 u_left=108 u_right=111 v_min=138 v_max=148 v_avg=143 v_first=144 v_last=142 v_left=143 v_right=142 u_full_min=104 u_full_max=116 u_full_avg=109 u_full_right=111 v_full_min=138 v_full_max=148 v_full_avg=143 v_full_right=142 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=64 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=43904
CFLPRED cbx=64 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=958720 coff=958720 ytop_off=957056 utop_off=957056 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=128..160
CFLALIASMODE cbx=64 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=64 cby=144 has_left=false coff=958720 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f814 dc=[537, 114, 140] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=958720 ytop_off=957056 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[537, 114, 140] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=384 yq3_max=1056 yq3_avg=552 ac_min=-153 ac_max=519 ac_avg=15
CFLPREDOUT cbx=64 cby=144 visible=64x64 padded=64x64 u_min=106 u_max=116 u_avg=113 u_first=114 u_last=113 v_min=140 v_max=140 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=64 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=137 eob_v=92 txtp_u=0 txtp_v=0 u_min=104 u_max=118 u_avg=113 u_first=113 u_last=113 u_left=112 u_right=112 v_min=137 v_max=144 v_avg=139 v_first=139 v_last=139 v_left=141 v_right=139 u_full_min=104 u_full_max=118 u_full_avg=113 u_full_right=112 v_full_min=137 v_full_max=144 v_full_avg=139 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=80 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=62224
CFLPRED cbx=80 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=958784 coff=958784 ytop_off=957120 utop_off=957120 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=128..160
CFLALIASMODE cbx=80 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=80 cby=144 has_left=true coff=958784 left_first_off=958783 left_last_visible_off=1063615 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=106 u_all_max=118 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=115 u_even8=[112, 114, 114, 113, 113, 113, 111, 108] v_all_min=137 v_all_max=142 v_all_avg=139 v_dc_avg=139 v_first=139 v_last=137 v_even8=[139, 140, 140, 140, 140, 140, 140, 140]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[614, 112, 140] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=958784 ytop_off=957120 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[555, 112, 141] dc_left_n=32 dc_left_avg=[674, 112, 140] yq3_min=384 yq3_max=1056 yq3_avg=690 ac_min=-230 ac_max=442 ac_avg=76
CFLPREDOUT cbx=80 cby=144 visible=64x64 padded=64x64 u_min=105 u_max=116 u_avg=110 u_first=112 u_last=111 v_min=140 v_max=140 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=80 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=154 eob_v=377 txtp_u=0 txtp_v=0 u_min=103 u_max=119 u_avg=110 u_first=112 u_last=110 u_left=111 u_right=109 v_min=135 v_max=146 v_avg=141 v_first=140 v_last=140 v_left=139 v_right=141 u_full_min=103 u_full_max=119 u_full_avg=110 u_full_right=109 v_full_min=135 v_full_max=146 v_full_avg=141 v_full_right=141 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=96 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=35552
CFLPRED cbx=96 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f01c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=958848 coff=958848 ytop_off=957184 utop_off=957184 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=128..160
CFLALIASMODE cbx=96 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=96 cby=144 has_left=true coff=958848 left_first_off=958847 left_last_visible_off=1063679 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=108 u_all_max=113 u_all_avg=109 u_dc_avg=109 u_first=110 u_last=112 u_even8=[110, 110, 110, 110, 111, 111, 109, 108] v_all_min=139 v_all_max=143 v_all_avg=141 v_dc_avg=141 v_first=141 v_last=141 v_even8=[141, 141, 142, 142, 141, 142, 142, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f01c dc=[585, 112, 140] alpha=[-64, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=958848 ytop_off=957184 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[520, 114, 139] dc_left_n=32 dc_left_avg=[649, 110, 142] yq3_min=400 yq3_max=800 yq3_avg=527 ac_min=-185 ac_max=215 ac_avg=-57
CFLPREDOUT cbx=96 cby=144 visible=64x64 padded=64x64 u_min=105 u_max=118 u_avg=113 u_first=114 u_last=113 v_min=137 v_max=143 v_avg=139 v_first=139 v_last=139
CFLRECONOUT cbx=96 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=325 eob_v=135 txtp_u=0 txtp_v=0 u_min=107 u_max=120 u_avg=114 u_first=114 u_last=114 u_left=111 u_right=115 v_min=136 v_max=144 v_avg=139 v_first=139 v_last=139 v_left=141 v_right=138 u_full_min=107 u_full_max=120 u_full_avg=114 u_full_right=115 v_full_min=136 v_full_max=144 v_full_avg=139 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=112 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=53792
CFLPRED cbx=112 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=958912 coff=958912 ytop_off=957248 utop_off=957248 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=128..160
CFLALIASMODE cbx=112 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=112 cby=144 has_left=false coff=958912 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f814 dc=[588, 113, 140] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=958912 ytop_off=957248 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[588, 113, 140] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=440 yq3_max=768 yq3_avg=587 ac_min=-148 ac_max=180 ac_avg=0
CFLPREDOUT cbx=112 cby=144 visible=64x64 padded=64x64 u_min=110 u_max=115 u_avg=112 u_first=112 u_last=112 v_min=140 v_max=140 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=112 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=435 eob_v=496 txtp_u=0 txtp_v=0 u_min=105 u_max=119 u_avg=112 u_first=113 u_last=110 u_left=115 u_right=111 v_min=136 v_max=145 v_avg=139 v_first=139 v_last=142 v_left=137 v_right=140 u_full_min=105 u_full_max=119 u_full_avg=112 u_full_right=111 v_full_min=136 v_full_max=145 v_full_avg=139 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=144 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=62224
CFLPRED cbx=144 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=959040 coff=959040 ytop_off=957376 utop_off=957376 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=128..160
CFLALIASMODE cbx=144 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=144 cby=144 has_left=true coff=959040 left_first_off=959039 left_last_visible_off=1063871 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=107 u_all_max=114 u_all_avg=111 u_dc_avg=111 u_first=114 u_last=110 u_even8=[114, 113, 113, 114, 114, 112, 110, 110] v_all_min=140 v_all_max=144 v_all_avg=141 v_dc_avg=141 v_first=141 v_last=142 v_even8=[141, 140, 140, 140, 141, 141, 142, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[601, 113, 140] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=959040 ytop_off=957376 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[569, 115, 139] dc_left_n=32 dc_left_avg=[633, 111, 142] yq3_min=408 yq3_max=920 yq3_avg=599 ac_min=-193 ac_max=319 ac_avg=-1
CFLPREDOUT cbx=144 cby=144 visible=64x64 padded=64x64 u_min=108 u_max=116 u_avg=113 u_first=113 u_last=112 v_min=140 v_max=140 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=144 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=377 eob_v=170 txtp_u=0 txtp_v=0 u_min=104 u_max=119 u_avg=113 u_first=114 u_last=111 u_left=111 u_right=113 v_min=135 v_max=146 v_avg=139 v_first=137 v_last=140 v_left=141 v_right=139 u_full_min=104 u_full_max=119 u_full_avg=113 u_full_right=113 v_full_min=135 v_full_max=146 v_full_avg=139 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=208 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=54512
CFLPRED cbx=208 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=959296 coff=959296 ytop_off=957632 utop_off=957632 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=128..160
CFLALIASMODE cbx=208 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=208 cby=144 has_left=false coff=959296 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f814 dc=[641, 111, 141] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=959296 ytop_off=957632 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[641, 111, 141] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=432 yq3_max=736 yq3_avg=598 ac_min=-209 ac_max=95 ac_avg=-42
CFLPREDOUT cbx=208 cby=144 visible=64x64 padded=64x64 u_min=110 u_max=114 u_avg=111 u_first=111 u_last=112 v_min=141 v_max=141 v_avg=141 v_first=141 v_last=141
CFLRECONOUT cbx=208 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=43 eob_v=28 txtp_u=0 txtp_v=0 u_min=107 u_max=116 u_avg=110 u_first=110 u_last=111 u_left=110 u_right=113 v_min=139 v_max=144 v_avg=141 v_first=142 v_last=141 v_left=141 v_right=140 u_full_min=107 u_full_max=116 u_full_avg=110 u_full_right=113 v_full_min=139 v_full_max=144 v_full_avg=141 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=58928
CFLPRED cbx=224 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=959360 coff=959360 ytop_off=957696 utop_off=957696 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=128..160
CFLALIASMODE cbx=224 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=144 has_left=true coff=959360 left_first_off=959359 left_last_visible_off=1064191 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=116 u_all_avg=113 u_dc_avg=113 u_first=116 u_last=112 u_even8=[116, 115, 115, 116, 115, 114, 114, 114] v_all_min=139 v_all_max=141 v_all_avg=140 v_dc_avg=140 v_first=140 v_last=141 v_even8=[140, 140, 140, 140, 140, 140, 141, 141]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[528, 115, 139] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=959360 ytop_off=957696 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[540, 116, 138] dc_left_n=32 dc_left_avg=[517, 114, 140] yq3_min=432 yq3_max=760 yq3_avg=549 ac_min=-96 ac_max=232 ac_avg=21
CFLPREDOUT cbx=224 cby=144 visible=64x64 padded=64x64 u_min=111 u_max=117 u_avg=114 u_first=114 u_last=115 v_min=139 v_max=139 v_avg=139 v_first=139 v_last=139
CFLRECONOUT cbx=224 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=90 eob_v=44 txtp_u=0 txtp_v=0 u_min=109 u_max=121 u_avg=114 u_first=115 u_last=114 u_left=114 u_right=117 v_min=135 v_max=142 v_avg=138 v_first=138 v_last=139 v_left=139 v_right=136 u_full_min=109 u_full_max=121 u_full_avg=114 u_full_right=117 v_full_min=135 v_full_max=142 v_full_avg=138 v_full_right=136 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=54240
CFLPRED cbx=288 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=959616 coff=959616 ytop_off=957952 utop_off=957952 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=128..160
CFLALIASMODE cbx=288 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=144 has_left=true coff=959616 left_first_off=959615 left_last_visible_off=1064447 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=107 u_all_max=111 u_all_avg=109 u_dc_avg=109 u_first=109 u_last=111 u_even8=[109, 108, 108, 108, 108, 108, 109, 110] v_all_min=142 v_all_max=144 v_all_avg=142 v_dc_avg=142 v_first=144 v_last=142 v_even8=[144, 143, 142, 143, 144, 143, 143, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[597, 110, 143] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=959616 ytop_off=957952 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[598, 111, 143] dc_left_n=32 dc_left_avg=[597, 109, 142] yq3_min=384 yq3_max=928 yq3_avg=611 ac_min=-213 ac_max=331 ac_avg=14
CFLPREDOUT cbx=288 cby=144 visible=64x64 padded=64x64 u_min=105 u_max=113 u_avg=109 u_first=109 u_last=110 v_min=143 v_max=143 v_avg=143 v_first=143 v_last=143
CFLRECONOUT cbx=288 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=209 eob_v=377 txtp_u=0 txtp_v=0 u_min=104 u_max=116 u_avg=109 u_first=109 u_last=107 u_left=109 u_right=109 v_min=137 v_max=150 v_avg=142 v_first=143 v_last=144 v_left=142 v_right=142 u_full_min=104 u_full_max=116 u_full_avg=109 u_full_right=109 v_full_min=137 v_full_max=150 v_full_avg=142 v_full_right=142 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=336 cby=144 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=36560
CFLPRED cbx=336 cby=144 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=959808 coff=959808 ytop_off=958144 utop_off=958144 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=128..160
CFLALIASMODE cbx=336 cby=144 temp_block=true inplace_env=false
CFLLEFTSRC cbx=336 cby=144 has_left=true coff=959808 left_first_off=959807 left_last_visible_off=1064639 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=108 u_all_max=117 u_all_avg=111 u_dc_avg=111 u_first=117 u_last=114 u_even8=[117, 117, 116, 114, 111, 110, 109, 109] v_all_min=136 v_all_max=144 v_all_avg=140 v_dc_avg=140 v_first=136 v_last=137 v_even8=[136, 137, 138, 140, 141, 142, 143, 144]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[569, 112, 141] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=959808 ytop_off=958144 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[513, 113, 141] dc_left_n=32 dc_left_avg=[626, 112, 140] yq3_min=376 yq3_max=976 yq3_avg=745 ac_min=-193 ac_max=407 ac_avg=176
CFLPREDOUT cbx=336 cby=144 visible=64x64 padded=64x64 u_min=106 u_max=115 u_avg=109 u_first=112 u_last=108 v_min=141 v_max=141 v_avg=141 v_first=141 v_last=141
CFLRECONOUT cbx=336 cby=144 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=53 eob_v=44 txtp_u=0 txtp_v=0 u_min=107 u_max=119 u_avg=110 u_first=113 u_last=110 u_left=111 u_right=112 v_min=136 v_max=143 v_avg=141 v_first=138 v_last=140 v_left=140 v_right=140 u_full_min=107 u_full_max=119 u_full_avg=110 u_full_right=112 v_full_min=136 v_full_max=143 v_full_avg=141 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=48 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=45856
CFLPRED cbx=48 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1065152 coff=1065152 ytop_off=1063488 utop_off=1063488 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=0..64 tile_row=160..192
CFLALIASMODE cbx=48 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=48 cby=160 has_left=true coff=1065152 left_first_off=1065151 left_last_visible_off=1169983 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=105 u_all_max=112 u_all_avg=109 u_dc_avg=109 u_first=110 u_last=105 u_even8=[110, 111, 110, 108, 107, 107, 110, 112] v_all_min=139 v_all_max=152 v_all_avg=143 v_dc_avg=143 v_first=141 v_last=151 v_even8=[141, 139, 143, 143, 142, 144, 142, 144]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[646, 109, 144] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1065152 ytop_off=1063488 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[646, 109, 144] yq3_min=384 yq3_max=1400 yq3_avg=639 ac_min=-262 ac_max=754 ac_avg=-6
CFLPREDOUT cbx=48 cby=160 visible=64x64 padded=64x64 u_min=97 u_max=113 u_avg=109 u_first=108 u_last=107 v_min=144 v_max=144 v_avg=144 v_first=144 v_last=144
CFLRECONOUT cbx=48 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=466 eob_v=298 txtp_u=0 txtp_v=0 u_min=103 u_max=116 u_avg=109 u_first=108 u_last=107 u_left=108 u_right=109 v_min=137 v_max=154 v_avg=143 v_first=143 v_last=145 v_left=143 v_right=141 u_full_min=103 u_full_max=116 u_full_avg=109 u_full_right=109 v_full_min=137 v_full_max=154 v_full_avg=143 v_full_right=141 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=96 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=40592
CFLPRED cbx=96 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1065344 coff=1065344 ytop_off=1063680 utop_off=1063680 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=64..112 tile_row=160..192
CFLALIASMODE cbx=96 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=96 cby=160 has_left=true coff=1065344 left_first_off=1065343 left_last_visible_off=1170175 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=107 u_all_max=116 u_all_avg=111 u_dc_avg=111 u_first=112 u_last=108 u_even8=[112, 112, 113, 112, 111, 112, 113, 112] v_all_min=138 v_all_max=146 v_all_avg=141 v_dc_avg=141 v_first=143 v_last=146 v_even8=[143, 142, 139, 139, 141, 139, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[607, 111, 142] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1065344 ytop_off=1063680 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[607, 111, 142] yq3_min=392 yq3_max=1096 yq3_avg=602 ac_min=-215 ac_max=489 ac_avg=-4
CFLPREDOUT cbx=96 cby=160 visible=64x64 padded=64x64 u_min=103 u_max=114 u_avg=111 u_first=111 u_last=109 v_min=142 v_max=142 v_avg=142 v_first=142 v_last=142
CFLRECONOUT cbx=96 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=28 eob_v=76 txtp_u=0 txtp_v=0 u_min=103 u_max=117 u_avg=112 u_first=114 u_last=110 u_left=111 u_right=111 v_min=137 v_max=144 v_avg=140 v_first=139 v_last=140 v_left=141 v_right=140 u_full_min=103 u_full_max=117 u_full_avg=112 u_full_right=111 v_full_min=137 v_full_max=144 v_full_avg=140 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=59648
CFLPRED cbx=128 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1065472 coff=1065472 ytop_off=1063808 utop_off=1063808 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=160..192
CFLALIASMODE cbx=128 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=160 has_left=true coff=1065472 left_first_off=1065471 left_last_visible_off=1170303 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=104 u_all_max=113 u_all_avg=109 u_dc_avg=109 u_first=107 u_last=112 u_even8=[107, 110, 109, 107, 109, 111, 110, 109] v_all_min=139 v_all_max=144 v_all_avg=142 v_dc_avg=142 v_first=142 v_last=141 v_even8=[142, 141, 142, 143, 144, 143, 142, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[669, 109, 142] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1065472 ytop_off=1063808 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[669, 109, 142] yq3_min=376 yq3_max=1016 yq3_avg=646 ac_min=-293 ac_max=347 ac_avg=-22
CFLPREDOUT cbx=128 cby=160 visible=64x64 padded=64x64 u_min=104 u_max=114 u_avg=109 u_first=109 u_last=111 v_min=142 v_max=142 v_avg=142 v_first=142 v_last=142
CFLRECONOUT cbx=128 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=106 eob_v=135 txtp_u=0 txtp_v=0 u_min=104 u_max=116 u_avg=109 u_first=111 u_last=111 u_left=109 u_right=110 v_min=136 v_max=147 v_avg=141 v_first=140 v_last=141 v_left=141 v_right=140 u_full_min=104 u_full_max=116 u_full_avg=109 u_full_right=110 v_full_min=136 v_full_max=147 v_full_avg=141 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=144 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=39536
CFLPRED cbx=144 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1065536 coff=1065536 ytop_off=1063872 utop_off=1063872 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=160..192
CFLALIASMODE cbx=144 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=144 cby=160 has_left=true coff=1065536 left_first_off=1065535 left_last_visible_off=1170367 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=108 u_all_max=114 u_all_avg=110 u_dc_avg=110 u_first=112 u_last=111 u_even8=[112, 113, 108, 109, 108, 109, 111, 108] v_all_min=138 v_all_max=143 v_all_avg=140 v_dc_avg=140 v_first=139 v_last=143 v_even8=[139, 142, 143, 141, 138, 139, 141, 142]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[621, 111, 140] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1065536 ytop_off=1063872 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[621, 111, 140] yq3_min=368 yq3_max=824 yq3_avg=639 ac_min=-253 ac_max=203 ac_avg=18
CFLPREDOUT cbx=144 cby=160 visible=64x64 padded=64x64 u_min=108 u_max=115 u_avg=110 u_first=110 u_last=111 v_min=136 v_max=143 v_avg=140 v_first=140 v_last=139
CFLRECONOUT cbx=144 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=156 eob_v=481 txtp_u=0 txtp_v=0 u_min=104 u_max=117 u_avg=110 u_first=110 u_last=110 u_left=110 u_right=111 v_min=134 v_max=148 v_avg=141 v_first=140 v_last=140 v_left=140 v_right=140 u_full_min=104 u_full_max=117 u_full_avg=110 u_full_right=111 v_full_min=134 v_full_max=148 v_full_avg=141 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=176 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-2, 1] mhdir=254 rng=34728
CFLPRED cbx=176 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-2, 1] alpha_promoted=[-64, 32] flags=0x0800f018 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1065664 coff=1065664 ytop_off=1064000 utop_off=1064000 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=160..192
CFLALIASMODE cbx=176 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=176 cby=160 has_left=true coff=1065664 left_first_off=1065663 left_last_visible_off=1170495 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=107 u_all_max=119 u_all_avg=112 u_dc_avg=112 u_first=114 u_last=108 u_even8=[114, 114, 114, 113, 113, 113, 113, 113] v_all_min=137 v_all_max=145 v_all_avg=141 v_dc_avg=141 v_first=140 v_last=145 v_even8=[140, 140, 141, 141, 141, 142, 142, 141]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f018 dc=[564, 112, 141] alpha=[-64, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1065664 ytop_off=1064000 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[564, 112, 141] yq3_min=424 yq3_max=952 yq3_avg=657 ac_min=-140 ac_max=388 ac_avg=93
CFLPREDOUT cbx=176 cby=160 visible=64x64 padded=64x64 u_min=100 u_max=116 u_avg=109 u_first=110 u_last=108 v_min=139 v_max=147 v_avg=142 v_first=141 v_last=142
CFLRECONOUT cbx=176 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=236 eob_v=37 txtp_u=0 txtp_v=0 u_min=102 u_max=121 u_avg=108 u_first=110 u_last=107 u_left=112 u_right=108 v_min=136 v_max=147 v_avg=142 v_first=141 v_last=143 v_left=140 v_right=142 u_full_min=102 u_full_max=121 u_full_avg=108 u_full_right=108 v_full_min=136 v_full_max=147 v_full_avg=142 v_full_right=142 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=192 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=36720
CFLPRED cbx=192 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1065728 coff=1065728 ytop_off=1064064 utop_off=1064064 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=160..192
CFLALIASMODE cbx=192 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=192 cby=160 has_left=true coff=1065728 left_first_off=1065727 left_last_visible_off=1170559 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=103 u_all_max=115 u_all_avg=108 u_dc_avg=108 u_first=104 u_last=108 u_even8=[104, 107, 105, 103, 108, 106, 108, 106] v_all_min=138 v_all_max=145 v_all_avg=142 v_dc_avg=142 v_first=141 v_last=145 v_even8=[141, 142, 145, 144, 141, 143, 144, 144]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[732, 108, 143] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1065728 ytop_off=1064064 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[732, 108, 143] yq3_min=352 yq3_max=928 yq3_avg=594 ac_min=-380 ac_max=196 ac_avg=-137
CFLPREDOUT cbx=192 cby=160 visible=64x64 padded=64x64 u_min=105 u_max=114 u_avg=110 u_first=110 u_last=110 v_min=137 v_max=146 v_avg=140 v_first=140 v_last=140
CFLRECONOUT cbx=192 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=259 eob_v=79 txtp_u=0 txtp_v=0 u_min=98 u_max=118 u_avg=110 u_first=111 u_last=112 u_left=108 u_right=109 v_min=136 v_max=149 v_avg=141 v_first=141 v_last=140 v_left=142 v_right=142 u_full_min=98 u_full_max=118 u_full_avg=110 u_full_right=109 v_full_min=136 v_full_max=149 v_full_avg=141 v_full_right=142 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=38416
CFLPRED cbx=224 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1065856 coff=1065856 ytop_off=1064192 utop_off=1064192 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=160..192
CFLALIASMODE cbx=224 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=160 has_left=true coff=1065856 left_first_off=1065855 left_last_visible_off=1170687 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=108 u_all_max=114 u_all_avg=110 u_dc_avg=110 u_first=112 u_last=110 u_even8=[112, 111, 114, 112, 111, 113, 113, 109] v_all_min=139 v_all_max=144 v_all_avg=141 v_dc_avg=141 v_first=141 v_last=139 v_even8=[141, 142, 142, 141, 141, 141, 140, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[633, 110, 141] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1065856 ytop_off=1064192 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[633, 110, 141] yq3_min=416 yq3_max=1256 yq3_avg=636 ac_min=-217 ac_max=623 ac_avg=3
CFLPREDOUT cbx=224 cby=160 visible=64x64 padded=64x64 u_min=100 u_max=113 u_avg=110 u_first=111 u_last=105 v_min=141 v_max=141 v_avg=141 v_first=141 v_last=141
CFLRECONOUT cbx=224 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=175 eob_v=78 txtp_u=0 txtp_v=0 u_min=103 u_max=119 u_avg=111 u_first=114 u_last=108 u_left=110 u_right=111 v_min=135 v_max=145 v_avg=140 v_first=139 v_last=141 v_left=140 v_right=140 u_full_min=103 u_full_max=119 u_full_avg=111 u_full_right=111 v_full_min=135 v_full_max=145 v_full_avg=140 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=240 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=62224
CFLPRED cbx=240 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1065920 coff=1065920 ytop_off=1064256 utop_off=1064256 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=160..192
CFLALIASMODE cbx=240 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=240 cby=160 has_left=true coff=1065920 left_first_off=1065919 left_last_visible_off=1170751 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=104 u_all_max=118 u_all_avg=111 u_dc_avg=111 u_first=113 u_last=111 u_even8=[113, 114, 116, 117, 116, 115, 116, 118] v_all_min=137 v_all_max=145 v_all_avg=140 v_dc_avg=140 v_first=138 v_last=141 v_even8=[138, 138, 138, 138, 138, 138, 137, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f818 dc=[683, 111, 141] alpha=[-32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1065920 ytop_off=1064256 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[683, 111, 141] yq3_min=408 yq3_max=1240 yq3_avg=629 ac_min=-275 ac_max=557 ac_avg=-53
CFLPREDOUT cbx=240 cby=160 visible=64x64 padded=64x64 u_min=102 u_max=115 u_avg=111 u_first=113 u_last=106 v_min=141 v_max=141 v_avg=141 v_first=141 v_last=141
CFLRECONOUT cbx=240 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=171 eob_v=155 txtp_u=0 txtp_v=0 u_min=106 u_max=122 u_avg=112 u_first=113 u_last=111 u_left=111 u_right=113 v_min=136 v_max=148 v_avg=140 v_first=140 v_last=140 v_left=140 v_right=140 u_full_min=106 u_full_max=122 u_full_avg=112 u_full_right=113 v_full_min=136 v_full_max=148 v_full_avg=140 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=272 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=44928
CFLPRED cbx=272 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1066048 coff=1066048 ytop_off=1064384 utop_off=1064384 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=160..192
CFLALIASMODE cbx=272 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=160 has_left=true coff=1066048 left_first_off=1066047 left_last_visible_off=1170879 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=103 u_all_max=114 u_all_avg=108 u_dc_avg=108 u_first=112 u_last=103 u_even8=[112, 112, 110, 107, 106, 108, 110, 111] v_all_min=140 v_all_max=146 v_all_avg=143 v_dc_avg=143 v_first=141 v_last=145 v_even8=[141, 141, 143, 145, 146, 144, 142, 140]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[682, 108, 144] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1066048 ytop_off=1064384 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[682, 108, 144] yq3_min=352 yq3_max=944 yq3_avg=695 ac_min=-330 ac_max=262 ac_avg=13
CFLPREDOUT cbx=272 cby=160 visible=64x64 padded=64x64 u_min=104 u_max=113 u_avg=107 u_first=109 u_last=105 v_min=139 v_max=148 v_avg=144 v_first=142 v_last=146
CFLRECONOUT cbx=272 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=30 eob_v=78 txtp_u=0 txtp_v=0 u_min=104 u_max=114 u_avg=107 u_first=110 u_last=105 u_left=107 u_right=107 v_min=138 v_max=147 v_avg=143 v_first=142 v_last=145 v_left=143 v_right=143 u_full_min=104 u_full_max=114 u_full_avg=107 u_full_right=107 v_full_min=138 v_full_max=147 v_full_avg=143 v_full_right=143 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=160 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=45680
CFLPRED cbx=288 cby=160 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1066112 coff=1066112 ytop_off=1064448 utop_off=1064448 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=160..192
CFLALIASMODE cbx=288 cby=160 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=160 has_left=true coff=1066112 left_first_off=1066111 left_last_visible_off=1170943 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=104 u_all_max=113 u_all_avg=107 u_dc_avg=107 u_first=112 u_last=105 u_even8=[112, 110, 109, 106, 106, 109, 111, 112] v_all_min=139 v_all_max=147 v_all_avg=143 v_dc_avg=143 v_first=140 v_last=146 v_even8=[140, 142, 143, 145, 145, 142, 141, 140]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f818 dc=[705, 108, 144] alpha=[-32, 32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1066112 ytop_off=1064448 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[705, 108, 144] yq3_min=352 yq3_max=896 yq3_avg=573 ac_min=-353 ac_max=191 ac_avg=-131
CFLPREDOUT cbx=288 cby=160 visible=64x64 padded=64x64 u_min=105 u_max=114 u_avg=110 u_first=110 u_last=109 v_min=138 v_max=147 v_avg=141 v_first=141 v_last=142
CFLRECONOUT cbx=288 cby=160 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=90 eob_v=104 txtp_u=0 txtp_v=0 u_min=102 u_max=115 u_avg=108 u_first=108 u_last=108 u_left=107 u_right=108 v_min=138 v_max=149 v_avg=143 v_first=144 v_last=144 v_left=143 v_right=141 u_full_min=102 u_full_max=115 u_full_avg=108 u_full_right=108 v_full_min=138 v_full_max=149 v_full_avg=143 v_full_right=141 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=112 cby=176 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=58240
CFLPRED cbx=112 cby=176 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1171904 coff=1171904 ytop_off=1170240 utop_off=1170240 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=160..192
CFLALIASMODE cbx=112 cby=176 temp_block=true inplace_env=false
CFLLEFTSRC cbx=112 cby=176 has_left=false coff=1171904 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f814 dc=[551, 110, 142] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=1171904 ytop_off=1170240 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[551, 110, 142] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=368 yq3_max=1104 yq3_avg=613 ac_min=-183 ac_max=553 ac_avg=62
CFLPREDOUT cbx=112 cby=176 visible=64x64 padded=64x64 u_min=101 u_max=113 u_avg=108 u_first=109 u_last=109 v_min=139 v_max=151 v_avg=143 v_first=142 v_last=142
CFLRECONOUT cbx=112 cby=176 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=88 eob_v=133 txtp_u=0 txtp_v=0 u_min=102 u_max=115 u_avg=108 u_first=110 u_last=110 u_left=110 u_right=108 v_min=136 v_max=150 v_avg=142 v_first=141 v_last=140 v_left=141 v_right=143 u_full_min=102 u_full_max=115 u_full_avg=108 u_full_right=108 v_full_min=136 v_full_max=150 v_full_avg=142 v_full_right=143 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=176 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=43256
CFLPRED cbx=128 cby=176 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1171968 coff=1171968 ytop_off=1170304 utop_off=1170304 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=160..192
CFLALIASMODE cbx=128 cby=176 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=176 has_left=true coff=1171968 left_first_off=1171967 left_last_visible_off=1276799 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=103 u_all_max=112 u_all_avg=108 u_dc_avg=108 u_first=112 u_last=111 u_even8=[112, 112, 110, 107, 107, 107, 107, 107] v_all_min=140 v_all_max=147 v_all_avg=143 v_dc_avg=143 v_first=140 v_last=141 v_even8=[140, 141, 144, 146, 147, 147, 146, 146]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f81c dc=[595, 110, 142] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1171968 ytop_off=1170304 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[507, 112, 141] dc_left_n=32 dc_left_avg=[684, 108, 143] yq3_min=368 yq3_max=1248 yq3_avg=683 ac_min=-227 ac_max=653 ac_avg=88
CFLPREDOUT cbx=128 cby=176 visible=64x64 padded=64x64 u_min=100 u_max=114 u_avg=108 u_first=111 u_last=108 v_min=142 v_max=142 v_avg=142 v_first=142 v_last=142
CFLRECONOUT cbx=128 cby=176 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=301 eob_v=191 txtp_u=0 txtp_v=0 u_min=95 u_max=129 u_avg=108 u_first=113 u_last=110 u_left=107 u_right=111 v_min=130 v_max=149 v_avg=142 v_first=140 v_last=140 v_left=144 v_right=140 u_full_min=95 u_full_max=129 u_full_avg=108 u_full_right=111 v_full_min=130 v_full_max=149 v_full_avg=142 v_full_right=140 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=208 cby=176 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 0] mhdir=255 rng=59648
CFLPRED cbx=208 cby=176 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 0] alpha_promoted=[-32, 0] flags=0x0000f814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1172288 coff=1172288 ytop_off=1170624 utop_off=1170624 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=160..192
CFLALIASMODE cbx=208 cby=176 temp_block=true inplace_env=false
CFLLEFTSRC cbx=208 cby=176 has_left=false coff=1172288 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000f814 dc=[594, 110, 141] alpha=[-32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=1172288 ytop_off=1170624 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[594, 110, 141] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=384 yq3_max=1040 yq3_avg=620 ac_min=-210 ac_max=446 ac_avg=26
CFLPREDOUT cbx=208 cby=176 visible=64x64 padded=64x64 u_min=103 u_max=113 u_avg=109 u_first=110 u_last=109 v_min=141 v_max=141 v_avg=141 v_first=141 v_last=141
CFLRECONOUT cbx=208 cby=176 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=137 eob_v=122 txtp_u=0 txtp_v=0 u_min=99 u_max=116 u_avg=110 u_first=111 u_last=109 u_left=110 u_right=110 v_min=138 v_max=147 v_avg=141 v_first=140 v_last=140 v_left=141 v_right=141 u_full_min=99 u_full_max=116 u_full_avg=110 u_full_right=110 v_full_min=138 v_full_max=147 v_full_avg=141 v_full_right=141 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=272 cby=176 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=48128
CFLPRED cbx=272 cby=176 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1172544 coff=1172544 ytop_off=1170880 utop_off=1170880 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=160..192
CFLALIASMODE cbx=272 cby=176 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=176 has_left=true coff=1172544 left_first_off=1172543 left_last_visible_off=1277375 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=104 u_all_max=110 u_all_avg=106 u_dc_avg=106 u_first=107 u_last=110 u_even8=[107, 106, 104, 104, 105, 106, 106, 105] v_all_min=139 v_all_max=146 v_all_avg=142 v_dc_avg=142 v_first=145 v_last=139 v_even8=[145, 145, 145, 144, 144, 144, 145, 145]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[784, 106, 144] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1172544 ytop_off=1170880 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[857, 105, 146] dc_left_n=32 dc_left_avg=[711, 107, 143] yq3_min=368 yq3_max=912 yq3_avg=705 ac_min=-416 ac_max=128 ac_avg=-78
CFLPREDOUT cbx=272 cby=176 visible=64x64 padded=64x64 u_min=104 u_max=113 u_avg=107 u_first=105 u_last=108 v_min=137 v_max=146 v_avg=142 v_first=145 v_last=141
CFLRECONOUT cbx=272 cby=176 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=263 eob_v=36 txtp_u=0 txtp_v=0 u_min=102 u_max=118 u_avg=107 u_first=105 u_last=110 u_left=106 u_right=107 v_min=137 v_max=148 v_avg=143 v_first=145 v_last=141 v_left=142 v_right=143 u_full_min=102 u_full_max=118 u_full_avg=107 u_full_right=107 v_full_min=137 v_full_max=148 v_full_avg=143 v_full_right=143 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=176 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=42880
CFLPRED cbx=288 cby=176 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1172608 coff=1172608 ytop_off=1170944 utop_off=1170944 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=160..192
CFLALIASMODE cbx=288 cby=176 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=176 has_left=true coff=1172608 left_first_off=1172607 left_last_visible_off=1277439 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=102 u_all_max=116 u_all_avg=107 u_dc_avg=107 u_first=105 u_last=116 u_even8=[105, 105, 104, 104, 104, 105, 105, 105] v_all_min=139 v_all_max=147 v_all_avg=143 v_dc_avg=143 v_first=147 v_last=142 v_even8=[147, 147, 147, 147, 147, 147, 146, 146]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[654, 108, 144] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1172608 ytop_off=1170944 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[619, 108, 144] dc_left_n=32 dc_left_avg=[689, 107, 144] yq3_min=376 yq3_max=864 yq3_avg=566 ac_min=-278 ac_max=210 ac_avg=-87
CFLPREDOUT cbx=288 cby=176 visible=64x64 padded=64x64 u_min=105 u_max=112 u_avg=109 u_first=108 u_last=108 v_min=140 v_max=147 v_avg=142 v_first=143 v_last=143
CFLRECONOUT cbx=288 cby=176 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=232 eob_v=255 txtp_u=0 txtp_v=0 u_min=98 u_max=118 u_avg=109 u_first=108 u_last=112 u_left=106 u_right=110 v_min=134 v_max=167 v_avg=142 v_first=143 v_last=140 v_left=143 v_right=143 u_full_min=98 u_full_max=118 u_full_avg=109 u_full_right=110 v_full_min=134 v_full_max=167 v_full_avg=142 v_full_right=143 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=368 cby=176 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[-1, 1] mhdir=255 rng=56560
CFLPRED cbx=368 cby=176 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[-1, 1] alpha_promoted=[-32, 32] flags=0x0800f81c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1172928 coff=1172928 ytop_off=1171264 utop_off=1171264 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=160..192
CFLALIASMODE cbx=368 cby=176 temp_block=true inplace_env=false
CFLLEFTSRC cbx=368 cby=176 has_left=true coff=1172928 left_first_off=1172927 left_last_visible_off=1277759 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=104 u_all_max=115 u_all_avg=111 u_dc_avg=111 u_first=113 u_last=108 u_even8=[113, 113, 113, 114, 113, 114, 112, 112] v_all_min=137 v_all_max=153 v_all_avg=141 v_dc_avg=141 v_first=141 v_last=141 v_even8=[141, 141, 142, 141, 141, 140, 141, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800f81c dc=[531, 112, 141] alpha=[-32, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1172928 ytop_off=1171264 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[550, 112, 140] dc_left_n=32 dc_left_avg=[512, 111, 142] yq3_min=344 yq3_max=1304 yq3_avg=567 ac_min=-187 ac_max=773 ac_avg=36
CFLPREDOUT cbx=368 cby=176 visible=64x64 padded=64x64 u_min=100 u_max=115 u_avg=111 u_first=111 u_last=109 v_min=138 v_max=153 v_avg=141 v_first=141 v_last=143
CFLRECONOUT cbx=368 cby=176 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=352 eob_v=532 txtp_u=0 txtp_v=0 u_min=100 u_max=118 u_avg=110 u_first=111 u_last=108 u_left=111 u_right=110 v_min=134 v_max=158 v_avg=142 v_first=139 v_last=143 v_left=141 v_right=142 u_full_min=100 u_full_max=118 u_full_avg=110 u_full_right=110 v_full_min=134 v_full_max=158 v_full_avg=142 v_full_right=142 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=384 cby=176 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[0, 1] mhdir=0 rng=43616
CFLPRED cbx=384 cby=176 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, 1] alpha_promoted=[0, 32] flags=0x0800001c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1172992 coff=1172992 ytop_off=1171328 utop_off=1171328 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=160..192
CFLALIASMODE cbx=384 cby=176 temp_block=true inplace_env=false
CFLLEFTSRC cbx=384 cby=176 has_left=true coff=1172992 left_first_off=1172991 left_last_visible_off=1277823 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=104 u_all_max=114 u_all_avg=110 u_dc_avg=110 u_first=111 u_last=110 u_even8=[111, 112, 113, 111, 111, 111, 109, 106] v_all_min=137 v_all_max=149 v_all_avg=142 v_dc_avg=142 v_first=142 v_last=145 v_even8=[142, 142, 139, 140, 142, 142, 147, 148]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0800001c dc=[549, 111, 140] alpha=[0, 32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1172992 ytop_off=1171328 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[542, 113, 138] dc_left_n=32 dc_left_avg=[556, 110, 142] yq3_min=344 yq3_max=1064 yq3_avg=544 ac_min=-205 ac_max=515 ac_avg=-4
CFLPREDOUT cbx=384 cby=176 visible=64x64 padded=64x64 u_min=111 u_max=111 u_avg=111 u_first=111 u_last=111 v_min=137 v_max=148 v_avg=139 v_first=139 v_last=141
CFLRECONOUT cbx=384 cby=176 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=369 eob_v=351 txtp_u=0 txtp_v=0 u_min=101 u_max=116 u_avg=110 u_first=111 u_last=108 u_left=110 u_right=109 v_min=135 v_max=154 v_avg=141 v_first=141 v_last=142 v_left=141 v_right=142 u_full_min=101 u_full_max=116 u_full_avg=110 u_full_right=109 v_full_min=135 v_full_max=154 v_full_avg=141 v_full_right=142 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=144 cby=208 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=56912
CFLPRED cbx=144 cby=208 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1385024 coff=1385024 ytop_off=1383360 utop_off=1383360 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=192..224
CFLALIASMODE cbx=144 cby=208 temp_block=true inplace_env=false
CFLLEFTSRC cbx=144 cby=208 has_left=true coff=1385024 left_first_off=1385023 left_last_visible_off=1489855 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=109 u_all_max=115 u_all_avg=112 u_dc_avg=112 u_first=113 u_last=112 u_even8=[113, 111, 110, 114, 112, 109, 112, 111] v_all_min=137 v_all_max=141 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=141 v_even8=[138, 139, 139, 138, 138, 139, 139, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf800081c dc=[1524, 112, 139] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1385024 ytop_off=1383360 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1524, 112, 139] dc_left_n=32 dc_left_avg=[1523, 112, 138] yq3_min=1360 yq3_max=1616 yq3_avg=1526 ac_min=-164 ac_max=92 ac_avg=2
CFLPREDOUT cbx=144 cby=208 visible=64x64 padded=64x64 u_min=109 u_max=113 u_avg=112 u_first=111 u_last=112 v_min=138 v_max=142 v_avg=138 v_first=139 v_last=138
CFLRECONOUT cbx=144 cby=208 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=0 txtp_u=0 txtp_v=0 u_min=109 u_max=113 u_avg=112 u_first=111 u_last=112 u_left=112 u_right=112 v_min=137 v_max=141 v_avg=137 v_first=138 v_last=137 v_left=137 v_right=137 u_full_min=109 u_full_max=113 u_full_avg=112 u_full_right=112 v_full_min=137 v_full_max=141 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=256 cby=208 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=64848
CFLPRED cbx=256 cby=208 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x00000814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1385472 coff=1385472 ytop_off=1383808 utop_off=1383808 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=192..224
CFLALIASMODE cbx=256 cby=208 temp_block=true inplace_env=false
CFLLEFTSRC cbx=256 cby=208 has_left=false coff=1385472 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x00000814 dc=[1516, 112, 138] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=1385472 ytop_off=1383808 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1516, 112, 138] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1240 yq3_max=1656 yq3_avg=1522 ac_min=-276 ac_max=140 ac_avg=6
CFLPREDOUT cbx=256 cby=208 visible=64x64 padded=64x64 u_min=108 u_max=114 u_avg=112 u_first=111 u_last=111 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=256 cby=208 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=10 txtp_u=0 txtp_v=0 u_min=108 u_max=114 u_avg=112 u_first=111 u_last=111 u_left=112 u_right=111 v_min=137 v_max=139 v_avg=138 v_first=138 v_last=137 v_left=138 v_right=138 u_full_min=108 u_full_max=114 u_full_avg=112 u_full_right=111 v_full_min=137 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=208 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=42288
CFLPRED cbx=288 cby=208 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x0000081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1385600 coff=1385600 ytop_off=1383936 utop_off=1383936 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=192..224
CFLALIASMODE cbx=288 cby=208 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=208 has_left=true coff=1385600 left_first_off=1385599 left_last_visible_off=1490431 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=113 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=113 u_even8=[112, 112, 112, 112, 112, 112, 112, 112] v_all_min=138 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=139 v_last=138 v_even8=[139, 139, 139, 139, 139, 139, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000081c dc=[1476, 112, 139] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1385600 ytop_off=1383936 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1469, 112, 139] dc_left_n=32 dc_left_avg=[1483, 112, 138] yq3_min=1168 yq3_max=1640 yq3_avg=1474 ac_min=-308 ac_max=164 ac_avg=-1
CFLPREDOUT cbx=288 cby=208 visible=64x64 padded=64x64 u_min=107 u_max=115 u_avg=111 u_first=112 u_last=113 v_min=139 v_max=139 v_avg=139 v_first=139 v_last=139
CFLRECONOUT cbx=288 cby=208 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=6 txtp_u=0 txtp_v=0 u_min=107 u_max=115 u_avg=111 u_first=112 u_last=113 u_left=111 u_right=111 v_min=138 v_max=139 v_avg=138 v_first=139 v_last=138 v_left=138 v_right=138 u_full_min=107 u_full_max=115 u_full_avg=111 u_full_right=111 v_full_min=138 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=320 cby=208 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=44000
CFLPRED cbx=320 cby=208 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x0000081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1385728 coff=1385728 ytop_off=1384064 utop_off=1384064 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=304..352 tile_row=192..224
CFLALIASMODE cbx=320 cby=208 temp_block=true inplace_env=false
CFLLEFTSRC cbx=320 cby=208 has_left=true coff=1385728 left_first_off=1385727 left_last_visible_off=1490559 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=113 u_all_avg=111 u_dc_avg=111 u_first=112 u_last=113 u_even8=[112, 112, 112, 111, 111, 111, 111, 111] v_all_min=138 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=139 v_last=138 v_even8=[139, 139, 139, 139, 139, 139, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000081c dc=[1310, 111, 139] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1385728 ytop_off=1384064 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1248, 111, 140] dc_left_n=32 dc_left_avg=[1373, 112, 139] yq3_min=1128 yq3_max=1616 yq3_avg=1342 ac_min=-182 ac_max=306 ac_avg=32
CFLPREDOUT cbx=320 cby=208 visible=64x64 padded=64x64 u_min=108 u_max=116 u_avg=111 u_first=109 u_last=112 v_min=139 v_max=139 v_avg=139 v_first=139 v_last=139
CFLRECONOUT cbx=320 cby=208 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=6 eob_v=19 txtp_u=0 txtp_v=0 u_min=108 u_max=116 u_avg=111 u_first=110 u_last=111 u_left=111 u_right=111 v_min=136 v_max=140 v_avg=138 v_first=139 v_last=138 v_left=139 v_right=139 u_full_min=108 u_full_max=116 u_full_avg=111 u_full_right=111 v_full_min=136 v_full_max=140 v_full_avg=138 v_full_right=139 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=224 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=36656
CFLPRED cbx=128 cby=224 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x00000818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1491456 coff=1491456 ytop_off=1489792 utop_off=1489792 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=224..270
CFLALIASMODE cbx=128 cby=224 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=224 has_left=true coff=1491456 left_first_off=1491455 left_last_visible_off=1596287 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=113 u_all_avg=111 u_dc_avg=111 u_first=111 u_last=113 u_even8=[111, 111, 111, 112, 112, 112, 112, 112] v_all_min=138 v_all_max=138 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x00000818 dc=[1502, 112, 138] alpha=[32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1491456 ytop_off=1489792 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1502, 112, 138] yq3_min=1376 yq3_max=1608 yq3_avg=1514 ac_min=-126 ac_max=106 ac_avg=12
CFLPREDOUT cbx=128 cby=224 visible=64x64 padded=64x64 u_min=110 u_max=114 u_avg=112 u_first=112 u_last=112 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=128 cby=224 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=0 txtp_u=0 txtp_v=0 u_min=110 u_max=114 u_avg=112 u_first=112 u_last=112 u_left=112 u_right=112 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138 v_left=138 v_right=138 u_full_min=110 u_full_max=114 u_full_avg=112 u_full_right=112 v_full_min=138 v_full_max=138 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=144 cby=224 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=53952
CFLPRED cbx=144 cby=224 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x00000818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1491520 coff=1491520 ytop_off=1489856 utop_off=1489856 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=224..270
CFLALIASMODE cbx=144 cby=224 temp_block=true inplace_env=false
CFLLEFTSRC cbx=144 cby=224 has_left=true coff=1491520 left_first_off=1491519 left_last_visible_off=1596351 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=113 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=113 u_even8=[112, 112, 112, 112, 113, 112, 112, 113] v_all_min=138 v_all_max=138 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x00000818 dc=[1520, 112, 138] alpha=[32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1491520 ytop_off=1489856 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1520, 112, 138] yq3_min=1376 yq3_max=1640 yq3_avg=1524 ac_min=-144 ac_max=120 ac_avg=4
CFLPREDOUT cbx=144 cby=224 visible=64x64 padded=64x64 u_min=110 u_max=114 u_avg=112 u_first=112 u_last=112 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=144 cby=224 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=0 txtp_u=0 txtp_v=0 u_min=110 u_max=114 u_avg=112 u_first=112 u_last=112 u_left=112 u_right=112 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138 v_left=138 v_right=138 u_full_min=110 u_full_max=114 u_full_avg=112 u_full_right=112 v_full_min=138 v_full_max=138 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=176 cby=224 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=53504
CFLPRED cbx=176 cby=224 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf8000818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1491648 coff=1491648 ytop_off=1489984 utop_off=1489984 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=224..270
CFLALIASMODE cbx=176 cby=224 temp_block=true inplace_env=false
CFLLEFTSRC cbx=176 cby=224 has_left=true coff=1491648 left_first_off=1491647 left_last_visible_off=1596479 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=114 u_all_avg=112 u_dc_avg=112 u_first=113 u_last=114 u_even8=[113, 113, 113, 113, 112, 112, 112, 113] v_all_min=138 v_all_max=138 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf8000818 dc=[1547, 113, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1491648 ytop_off=1489984 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1547, 113, 138] yq3_min=1288 yq3_max=1688 yq3_avg=1539 ac_min=-259 ac_max=141 ac_avg=-7
CFLPREDOUT cbx=176 cby=224 visible=64x64 padded=64x64 u_min=109 u_max=115 u_avg=112 u_first=112 u_last=114 v_min=136 v_max=142 v_avg=138 v_first=138 v_last=136
CFLRECONOUT cbx=176 cby=224 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=-1 txtp_u=0 txtp_v=0 u_min=109 u_max=115 u_avg=112 u_first=112 u_last=114 u_left=112 u_right=112 v_min=136 v_max=142 v_avg=138 v_first=138 v_last=136 v_left=138 v_right=138 u_full_min=109 u_full_max=115 u_full_avg=112 u_full_right=112 v_full_min=136 v_full_max=142 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=224 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=38464
CFLPRED cbx=288 cby=224 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x00000818 has_top=false has_left=true flags_top=false flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1492096 coff=1492096 ytop_off=1490432 utop_off=1490432 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=224..270
CFLALIASMODE cbx=288 cby=224 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=224 has_left=true coff=1492096 left_first_off=1492095 left_last_visible_off=1596927 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=111 u_all_max=113 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=112 u_even8=[112, 111, 111, 111, 112, 112, 113, 113] v_all_min=137 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=137 v_last=137 v_even8=[137, 138, 138, 139, 139, 139, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x00000818 dc=[1459, 112, 138] alpha=[32, 0] n_top=0 n_left=0 has_t=false has_l=true ypx_off=1492096 ytop_off=1490432 u_off=1 v_off=1 dc_top_n=0 dc_top_avg=[0, 0, 0] dc_left_n=32 dc_left_avg=[1459, 112, 138] yq3_min=720 yq3_max=1696 yq3_avg=1461 ac_min=-739 ac_max=237 ac_avg=2
CFLPREDOUT cbx=288 cby=224 visible=64x64 padded=64x64 u_min=100 u_max=116 u_avg=112 u_first=113 u_last=113 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=288 cby=224 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=0 txtp_u=0 txtp_v=0 u_min=100 u_max=116 u_avg=112 u_first=113 u_last=113 u_left=112 u_right=112 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138 v_left=138 v_right=138 u_full_min=100 u_full_max=116 u_full_avg=112 u_full_right=112 v_full_min=138 v_full_max=138 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=112 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=58096
CFLPRED cbx=112 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf8000814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1597888 coff=1597888 ytop_off=1596224 utop_off=1596224 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=112..160 tile_row=224..270
CFLALIASMODE cbx=112 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=112 cby=240 has_left=false coff=1597888 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf8000814 dc=[1528, 113, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=1597888 ytop_off=1596224 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1528, 113, 138] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1216 yq3_max=1624 yq3_avg=1504 ac_min=-312 ac_max=96 ac_avg=-23
CFLPREDOUT cbx=112 cby=240 visible=64x64 padded=64x64 u_min=108 u_max=115 u_avg=112 u_first=113 u_last=113 v_min=136 v_max=143 v_avg=138 v_first=137 v_last=137
CFLRECONOUT cbx=112 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=-1 txtp_u=0 txtp_v=0 u_min=108 u_max=115 u_avg=112 u_first=113 u_last=113 u_left=112 u_right=112 v_min=136 v_max=143 v_avg=138 v_first=137 v_last=137 v_left=138 v_right=138 u_full_min=108 u_full_max=115 u_full_avg=112 u_full_right=112 v_full_min=136 v_full_max=143 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=176 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=59648
CFLPRED cbx=176 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598144 coff=1598144 ytop_off=1596480 utop_off=1596480 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=224..270
CFLALIASMODE cbx=176 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=176 cby=240 has_left=true coff=1598144 left_first_off=1598143 left_last_visible_off=1702975 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=113 u_all_avg=112 u_dc_avg=112 u_first=113 u_last=112 u_even8=[113, 113, 113, 113, 113, 113, 113, 112] v_all_min=137 v_all_max=138 v_all_avg=137 v_dc_avg=137 v_first=137 v_last=138 v_even8=[137, 137, 137, 137, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf800081c dc=[1576, 113, 137] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1598144 ytop_off=1596480 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1626, 114, 137] dc_left_n=32 dc_left_avg=[1527, 112, 138] yq3_min=1232 yq3_max=1688 yq3_avg=1517 ac_min=-344 ac_max=112 ac_avg=-58
CFLPREDOUT cbx=176 cby=240 visible=64x64 padded=64x64 u_min=108 u_max=115 u_avg=112 u_first=113 u_last=109 v_min=135 v_max=142 v_avg=137 v_first=136 v_last=140
CFLRECONOUT cbx=176 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=6 txtp_u=0 txtp_v=0 u_min=108 u_max=115 u_avg=112 u_first=113 u_last=109 u_left=112 u_right=111 v_min=135 v_max=142 v_avg=138 v_first=137 v_last=139 v_left=138 v_right=138 u_full_min=108 u_full_max=115 u_full_avg=112 u_full_right=111 v_full_min=135 v_full_max=142 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=192 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=42032
CFLPRED cbx=192 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598208 coff=1598208 ytop_off=1596544 utop_off=1596544 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=160..208 tile_row=224..270
CFLALIASMODE cbx=192 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=192 cby=240 has_left=true coff=1598208 left_first_off=1598207 left_last_visible_off=1703039 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=108 u_all_max=114 u_all_avg=111 u_dc_avg=111 u_first=114 u_last=110 u_even8=[114, 112, 112, 109, 112, 113, 112, 112] v_all_min=136 v_all_max=142 v_all_avg=138 v_dc_avg=138 v_first=137 v_last=139 v_even8=[137, 139, 139, 142, 139, 137, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf800081c dc=[1524, 112, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1598208 ytop_off=1596544 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1540, 113, 138] dc_left_n=32 dc_left_avg=[1508, 112, 138] yq3_min=1128 yq3_max=1680 yq3_avg=1518 ac_min=-396 ac_max=156 ac_avg=-5
CFLPREDOUT cbx=192 cby=240 visible=64x64 padded=64x64 u_min=106 u_max=114 u_avg=111 u_first=112 u_last=111 v_min=136 v_max=144 v_avg=138 v_first=137 v_last=138
CFLRECONOUT cbx=192 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=-1 txtp_u=0 txtp_v=0 u_min=107 u_max=115 u_avg=112 u_first=113 u_last=112 u_left=112 u_right=113 v_min=136 v_max=144 v_avg=138 v_first=137 v_last=138 v_left=138 v_right=137 u_full_min=107 u_full_max=115 u_full_avg=112 u_full_right=113 v_full_min=136 v_full_max=144 v_full_avg=138 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=208 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=33384
CFLPRED cbx=208 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x00000814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598272 coff=1598272 ytop_off=1596608 utop_off=1596608 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=224..270
CFLALIASMODE cbx=208 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=208 cby=240 has_left=false coff=1598272 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x00000814 dc=[1554, 113, 138] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=false ypx_off=1598272 ytop_off=1596608 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1554, 113, 138] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1088 yq3_max=1720 yq3_avg=1526 ac_min=-466 ac_max=166 ac_avg=-27
CFLPREDOUT cbx=208 cby=240 visible=64x64 padded=64x64 u_min=106 u_max=116 u_avg=112 u_first=112 u_last=111 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=208 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=-1 txtp_u=0 txtp_v=0 u_min=106 u_max=116 u_avg=112 u_first=112 u_last=111 u_left=112 u_right=112 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138 v_left=138 v_right=138 u_full_min=106 u_full_max=116 u_full_avg=112 u_full_right=112 v_full_min=138 v_full_max=138 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=224 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=36144
CFLPRED cbx=224 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598336 coff=1598336 ytop_off=1596672 utop_off=1596672 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=224..270
CFLALIASMODE cbx=224 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=240 has_left=true coff=1598336 left_first_off=1598335 left_last_visible_off=1703167 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=115 u_all_avg=112 u_dc_avg=112 u_first=114 u_last=111 u_even8=[114, 113, 111, 115, 112, 113, 114, 111] v_all_min=138 v_all_max=138 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf800081c dc=[1513, 112, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1598336 ytop_off=1596672 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1492, 112, 138] dc_left_n=32 dc_left_avg=[1533, 113, 138] yq3_min=1144 yq3_max=1712 yq3_avg=1520 ac_min=-369 ac_max=199 ac_avg=7
CFLPREDOUT cbx=224 cby=240 visible=64x64 padded=64x64 u_min=106 u_max=115 u_avg=112 u_first=110 u_last=111 v_min=135 v_max=144 v_avg=137 v_first=139 v_last=138
CFLRECONOUT cbx=224 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=-1 txtp_u=0 txtp_v=0 u_min=107 u_max=116 u_avg=113 u_first=111 u_last=112 u_left=113 u_right=113 v_min=135 v_max=144 v_avg=137 v_first=139 v_last=138 v_left=137 v_right=137 u_full_min=107 u_full_max=116 u_full_avg=113 u_full_right=113 v_full_min=135 v_full_max=144 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=240 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=32944
CFLPRED cbx=240 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598400 coff=1598400 ytop_off=1596736 utop_off=1596736 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=208..256 tile_row=224..270
CFLALIASMODE cbx=240 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=240 cby=240 has_left=true coff=1598400 left_first_off=1598399 left_last_visible_off=1703231 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=110 u_all_max=115 u_all_avg=113 u_dc_avg=113 u_first=110 u_last=115 u_even8=[110, 115, 115, 111, 115, 114, 114, 114] v_all_min=136 v_all_max=141 v_all_avg=137 v_dc_avg=137 v_first=141 v_last=136 v_even8=[141, 136, 136, 140, 136, 137, 137, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf800081c dc=[1515, 113, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1598400 ytop_off=1596736 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1498, 112, 139] dc_left_n=32 dc_left_avg=[1532, 113, 138] yq3_min=1064 yq3_max=1728 yq3_avg=1504 ac_min=-451 ac_max=213 ac_avg=-10
CFLPREDOUT cbx=240 cby=240 visible=64x64 padded=64x64 u_min=106 u_max=116 u_avg=112 u_first=112 u_last=112 v_min=135 v_max=145 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=240 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=1 txtp_u=0 txtp_v=0 u_min=106 u_max=116 u_avg=112 u_first=112 u_last=112 u_left=113 u_right=112 v_min=135 v_max=145 v_avg=138 v_first=138 v_last=138 v_left=137 v_right=138 u_full_min=106 u_full_max=116 u_full_avg=112 u_full_right=112 v_full_min=135 v_full_max=145 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=256 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=42672
CFLPRED cbx=256 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf8000814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598464 coff=1598464 ytop_off=1596800 utop_off=1596800 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=224..270
CFLALIASMODE cbx=256 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=256 cby=240 has_left=false coff=1598464 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf8000814 dc=[1513, 112, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=1598464 ytop_off=1596800 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1513, 112, 138] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1000 yq3_max=1688 yq3_avg=1497 ac_min=-513 ac_max=175 ac_avg=-15
CFLPREDOUT cbx=256 cby=240 visible=64x64 padded=64x64 u_min=104 u_max=115 u_avg=111 u_first=112 u_last=111 v_min=135 v_max=146 v_avg=138 v_first=137 v_last=138
CFLRECONOUT cbx=256 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=0 eob_v=1 txtp_u=0 txtp_v=0 u_min=105 u_max=116 u_avg=112 u_first=113 u_last=112 u_left=112 u_right=112 v_min=135 v_max=146 v_avg=138 v_first=137 v_last=138 v_left=138 v_right=138 u_full_min=105 u_full_max=116 u_full_avg=112 u_full_right=112 v_full_min=135 v_full_max=146 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=272 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=55312
CFLPRED cbx=272 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x0000081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598528 coff=1598528 ytop_off=1596864 utop_off=1596864 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=224..270
CFLALIASMODE cbx=272 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=240 has_left=true coff=1598528 left_first_off=1598527 left_last_visible_off=1703359 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=109 u_all_max=115 u_all_avg=112 u_dc_avg=112 u_first=114 u_last=113 u_even8=[114, 115, 115, 114, 111, 112, 113, 114] v_all_min=136 v_all_max=142 v_all_avg=138 v_dc_avg=138 v_first=137 v_last=138 v_even8=[137, 136, 136, 137, 140, 139, 138, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000081c dc=[1522, 113, 138] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1598528 ytop_off=1596864 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1559, 113, 138] dc_left_n=32 dc_left_avg=[1485, 113, 138] yq3_min=992 yq3_max=1696 yq3_avg=1481 ac_min=-530 ac_max=174 ac_avg=-40
CFLPREDOUT cbx=272 cby=240 visible=64x64 padded=64x64 u_min=105 u_max=116 u_avg=112 u_first=112 u_last=111 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=272 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=1 eob_v=1 txtp_u=0 txtp_v=0 u_min=105 u_max=116 u_avg=112 u_first=112 u_last=111 u_left=112 u_right=112 v_min=138 v_max=139 v_avg=138 v_first=138 v_last=139 v_left=138 v_right=138 u_full_min=105 u_full_max=116 u_full_avg=112 u_full_right=112 v_full_min=138 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=288 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=45984
CFLPRED cbx=288 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x0000081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598592 coff=1598592 ytop_off=1596928 utop_off=1596928 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=256..304 tile_row=224..270
CFLALIASMODE cbx=288 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=240 has_left=true coff=1598592 left_first_off=1598591 left_last_visible_off=1703423 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=109 u_all_max=115 u_all_avg=112 u_dc_avg=112 u_first=115 u_last=112 u_even8=[115, 114, 114, 111, 114, 113, 111, 112] v_all_min=138 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=139 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0x0000081c dc=[1524, 113, 138] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1598592 ytop_off=1596928 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1562, 114, 138] dc_left_n=32 dc_left_avg=[1485, 112, 138] yq3_min=1064 yq3_max=1696 yq3_avg=1462 ac_min=-460 ac_max=172 ac_avg=-61
CFLPREDOUT cbx=288 cby=240 visible=64x64 padded=64x64 u_min=106 u_max=116 u_avg=112 u_first=113 u_last=111 v_min=138 v_max=138 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=288 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=1 eob_v=1 txtp_u=0 txtp_v=0 u_min=106 u_max=116 u_avg=112 u_first=113 u_last=111 u_left=112 u_right=111 v_min=138 v_max=139 v_avg=138 v_first=138 v_last=139 v_left=138 v_right=138 u_full_min=106 u_full_max=116 u_full_avg=112 u_full_right=111 v_full_min=138 v_full_max=139 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=368 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[0, -1] mhdir=0 rng=37720
CFLPRED cbx=368 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, -1] alpha_promoted=[0, -32] flags=0xf800001c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598912 coff=1598912 ytop_off=1597248 utop_off=1597248 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=224..270
CFLALIASMODE cbx=368 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=368 cby=240 has_left=true coff=1598912 left_first_off=1598911 left_last_visible_off=1703743 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=113 u_all_avg=112 u_dc_avg=112 u_first=113 u_last=112 u_even8=[113, 113, 113, 113, 112, 112, 112, 112] v_all_min=138 v_all_max=138 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf800001c dc=[1337, 112, 138] alpha=[0, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1598912 ytop_off=1597248 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1338, 112, 138] dc_left_n=32 dc_left_avg=[1335, 112, 138] yq3_min=1112 yq3_max=1472 yq3_avg=1333 ac_min=-225 ac_max=135 ac_avg=-3
CFLPREDOUT cbx=368 cby=240 visible=64x64 padded=64x64 u_min=112 u_max=112 u_avg=112 u_first=112 u_last=112 v_min=136 v_max=142 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=368 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=6 eob_v=0 txtp_u=0 txtp_v=0 u_min=112 u_max=113 u_avg=112 u_first=112 u_last=112 u_left=112 u_right=112 v_min=136 v_max=142 v_avg=138 v_first=138 v_last=138 v_left=138 v_right=138 u_full_min=112 u_full_max=113 u_full_avg=112 u_full_right=112 v_full_min=136 v_full_max=142 v_full_avg=138 v_full_right=138 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=384 cby=240 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=58768
CFLPRED cbx=384 cby=240 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1598976 coff=1598976 ytop_off=1597312 utop_off=1597312 ctw4=16 cth4=16 ctw=64 cth=64 wpad=0 hpad=0 frame=406x270 tile_col=352..406 tile_row=224..270
CFLALIASMODE cbx=384 cby=240 temp_block=true inplace_env=false
CFLLEFTSRC cbx=384 cby=240 has_left=true coff=1598976 left_first_off=1598975 left_last_visible_off=1703807 cstride=1664 visible_h=64 cth=64 skipv=true u_all_min=112 u_all_max=113 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=112 u_even8=[112, 112, 112, 112, 113, 113, 113, 113] v_all_min=136 v_all_max=140 v_all_avg=138 v_dc_avg=138 v_first=139 v_last=139 v_even8=[139, 138, 139, 137, 137, 137, 138, 137]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=64 wpad=0 hpad=0 flags=0xf800081c dc=[1362, 113, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1598976 ytop_off=1597312 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1384, 113, 138] dc_left_n=32 dc_left_avg=[1340, 112, 138] yq3_min=1104 yq3_max=1544 yq3_avg=1368 ac_min=-258 ac_max=182 ac_avg=6
CFLPREDOUT cbx=384 cby=240 visible=64x64 padded=64x64 u_min=109 u_max=116 u_avg=113 u_first=113 u_last=113 v_min=135 v_max=142 v_avg=137 v_first=137 v_last=137
CFLRECONOUT cbx=384 cby=240 tx_xy=0x0 visible=64x64 padded=64x64 eob_u=-1 eob_v=1 txtp_u=0 txtp_v=0 u_min=109 u_max=116 u_avg=113 u_first=113 u_last=113 u_left=112 u_right=113 v_min=135 v_max=142 v_avg=137 v_first=137 v_last=137 v_left=138 v_right=137 u_full_min=109 u_full_max=116 u_full_avg=113 u_full_right=113 v_full_min=135 v_full_max=142 v_full_avg=137 v_full_right=137 u_pad_min=0 u_pad_max=0 u_pad_avg=0 v_pad_min=0 v_pad_max=0 v_pad_avg=0 repad=false
CFLSYNTAX cbx=128 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=40496
CFLPRED cbx=128 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1704448 coff=1704448 ytop_off=1702784 utop_off=1702784 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=112..160 tile_row=224..270
CFLALIASMODE cbx=128 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=128 cby=256 has_left=true coff=1704448 left_first_off=1704447 left_last_visible_off=1795967 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=112 u_all_max=112 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=112 u_even8=[112, 112, 112, 112, 112, 112, 112, 112] v_all_min=138 v_all_max=138 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=138 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0xf800081c dc=[1500, 106, 129] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1704448 ytop_off=1702784 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1517, 113, 138] dc_left_n=32 dc_left_avg=[1484, 98, 121] yq3_min=1112 yq3_max=1640 yq3_avg=1479 ac_min=-388 ac_max=140 ac_avg=-20
CFLPREDOUT cbx=128 cby=256 visible=64x56 padded=64x64 u_min=100 u_max=108 u_avg=105 u_first=106 u_last=105 v_min=127 v_max=135 v_avg=129 v_first=128 v_last=129
CFLRECONOUT cbx=128 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=1 eob_v=1 txtp_u=0 txtp_v=0 u_min=99 u_max=107 u_avg=105 u_first=105 u_last=105 u_left=105 u_right=105 v_min=127 v_max=135 v_avg=129 v_first=128 v_last=129 v_left=129 v_right=129 u_full_min=99 u_full_max=107 u_full_avg=105 u_full_right=105 v_full_min=127 v_full_max=135 v_full_avg=129 v_full_right=129 u_pad_min=104 u_pad_max=107 u_pad_avg=105 v_pad_min=128 v_pad_max=131 v_pad_avg=129 repad=false
CFLSYNTAX cbx=144 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[0, -1] mhdir=0 rng=33616
CFLPRED cbx=144 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[0, -1] alpha_promoted=[0, -32] flags=0xf800001c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1704512 coff=1704512 ytop_off=1702848 utop_off=1702848 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=112..160 tile_row=224..270
CFLALIASMODE cbx=144 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=144 cby=256 has_left=true coff=1704512 left_first_off=1704511 left_last_visible_off=1796031 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=103 u_all_max=107 u_all_avg=105 u_dc_avg=105 u_first=106 u_last=105 u_even8=[106, 105, 106, 106, 105, 105, 106, 105] v_all_min=128 v_all_max=132 v_all_avg=129 v_dc_avg=129 v_first=128 v_last=130 v_even8=[128, 129, 128, 128, 129, 129, 128, 129]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0xf800001c dc=[1507, 102, 126] alpha=[0, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1704512 ytop_off=1702848 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1541, 112, 138] dc_left_n=32 dc_left_avg=[1474, 92, 113] yq3_min=1080 yq3_max=1624 yq3_avg=1475 ac_min=-427 ac_max=117 ac_avg=-31
CFLPREDOUT cbx=144 cby=256 visible=64x56 padded=64x64 u_min=102 u_max=102 u_avg=102 u_first=102 u_last=102 v_min=124 v_max=133 v_avg=126 v_first=126 v_last=126
CFLRECONOUT cbx=144 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=3 eob_v=-1 txtp_u=0 txtp_v=0 u_min=102 u_max=103 u_avg=102 u_first=102 u_last=103 u_left=102 u_right=102 v_min=124 v_max=133 v_avg=126 v_first=126 v_last=126 v_left=126 v_right=126 u_full_min=102 u_full_max=103 u_full_avg=102 u_full_right=102 v_full_min=124 v_full_max=133 v_full_avg=126 v_full_right=126 u_pad_min=103 u_pad_max=103 u_pad_avg=103 v_pad_min=125 v_pad_max=130 v_pad_avg=126 repad=false
CFLSYNTAX cbx=160 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=0 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=46976
CFLPRED cbx=160 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf8000814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1704576 coff=1704576 ytop_off=1702912 utop_off=1702912 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=160..208 tile_row=224..270
CFLALIASMODE cbx=160 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=160 cby=256 has_left=false coff=1704576 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0xf8000814 dc=[1479, 112, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=1704576 ytop_off=1702912 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1479, 112, 138] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1064 yq3_max=1640 yq3_avg=1473 ac_min=-415 ac_max=161 ac_avg=-5
CFLPREDOUT cbx=160 cby=256 visible=64x56 padded=64x64 u_min=106 u_max=115 u_avg=111 u_first=111 u_last=111 v_min=135 v_max=144 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=160 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=3 eob_v=0 txtp_u=0 txtp_v=0 u_min=106 u_max=115 u_avg=112 u_first=111 u_last=112 u_left=112 u_right=112 v_min=135 v_max=144 v_avg=138 v_first=138 v_last=138 v_left=138 v_right=138 u_full_min=106 u_full_max=115 u_full_avg=112 u_full_right=111 v_full_min=135 v_full_max=144 v_full_avg=138 v_full_right=138 u_pad_min=110 u_pad_max=114 u_pad_avg=112 v_pad_min=137 v_pad_max=141 v_pad_avg=138 repad=false
CFLSYNTAX cbx=176 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=51360
CFLPRED cbx=176 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf800081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1704640 coff=1704640 ytop_off=1702976 utop_off=1702976 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=160..208 tile_row=224..270
CFLALIASMODE cbx=176 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=176 cby=256 has_left=true coff=1704640 left_first_off=1704639 left_last_visible_off=1796159 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=109 u_all_max=114 u_all_avg=111 u_dc_avg=111 u_first=109 u_last=110 u_even8=[109, 113, 113, 113, 112, 112, 112, 112] v_all_min=136 v_all_max=141 v_all_avg=138 v_dc_avg=138 v_first=141 v_last=141 v_even8=[141, 137, 137, 137, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0xf800081c dc=[1408, 104, 130] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1704640 ytop_off=1702976 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1365, 110, 139] dc_left_n=32 dc_left_avg=[1451, 98, 121] yq3_min=1064 yq3_max=1632 yq3_avg=1474 ac_min=-344 ac_max=224 ac_avg=66
CFLPREDOUT cbx=176 cby=256 visible=64x56 padded=64x64 u_min=99 u_max=108 u_avg=105 u_first=103 u_last=104 v_min=126 v_max=135 v_avg=128 v_first=130 v_last=129
CFLRECONOUT cbx=176 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=3 eob_v=1 txtp_u=0 txtp_v=0 u_min=99 u_max=108 u_avg=105 u_first=103 u_last=105 u_left=105 u_right=105 v_min=127 v_max=136 v_avg=129 v_first=131 v_last=129 v_left=129 v_right=129 u_full_min=99 u_full_max=108 u_full_avg=105 u_full_right=105 v_full_min=127 v_full_max=136 v_full_avg=129 v_full_right=129 u_pad_min=101 u_pad_max=108 u_pad_avg=105 v_pad_min=127 v_pad_max=134 v_pad_avg=129 repad=false
CFLSYNTAX cbx=208 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, -1] mhdir=1 rng=51024
CFLPRED cbx=208 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, -1] alpha_promoted=[32, -32] flags=0xf8000814 has_top=true has_left=false flags_top=true flags_left=false no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1704768 coff=1704768 ytop_off=1703104 utop_off=1703104 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=208..256 tile_row=224..270
CFLALIASMODE cbx=208 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=208 cby=256 has_left=false coff=1704768 left_first_off=0 left_last_visible_off=0 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=0 u_all_max=0 u_all_avg=0 u_dc_avg=0 u_first=0 u_last=0 u_even8=[0, 0, 0, 0, 0, 0, 0, 0] v_all_min=0 v_all_max=0 v_all_avg=0 v_dc_avg=0 v_first=0 v_last=0 v_even8=[0, 0, 0, 0, 0, 0, 0, 0]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0xf8000814 dc=[1474, 112, 138] alpha=[32, -32] n_top=0 n_left=0 has_t=true has_l=false ypx_off=1704768 ytop_off=1703104 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1474, 112, 138] dc_left_n=0 dc_left_avg=[0, 0, 0] yq3_min=1064 yq3_max=1680 yq3_avg=1459 ac_min=-410 ac_max=206 ac_avg=-14
CFLPREDOUT cbx=208 cby=256 visible=64x56 padded=64x64 u_min=106 u_max=115 u_avg=111 u_first=111 u_last=111 v_min=135 v_max=144 v_avg=138 v_first=138 v_last=138
CFLRECONOUT cbx=208 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=3 eob_v=1 txtp_u=0 txtp_v=0 u_min=106 u_max=116 u_avg=112 u_first=111 u_last=112 u_left=111 u_right=112 v_min=135 v_max=144 v_avg=138 v_first=138 v_last=138 v_left=138 v_right=138 u_full_min=106 u_full_max=116 u_full_avg=112 u_full_right=112 v_full_min=135 v_full_max=144 v_full_avg=138 v_full_right=138 u_pad_min=112 u_pad_max=114 u_pad_avg=112 v_pad_min=137 v_pad_max=139 v_pad_avg=138 repad=false
CFLSYNTAX cbx=224 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=60112
CFLPRED cbx=224 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x0000081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1704832 coff=1704832 ytop_off=1703168 utop_off=1703168 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=208..256 tile_row=224..270
CFLALIASMODE cbx=224 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=224 cby=256 has_left=true coff=1704832 left_first_off=1704831 left_last_visible_off=1796351 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=108 u_all_max=115 u_all_avg=112 u_dc_avg=112 u_first=113 u_last=112 u_even8=[113, 111, 111, 113, 112, 113, 114, 112] v_all_min=136 v_all_max=142 v_all_avg=138 v_dc_avg=138 v_first=137 v_last=139 v_even8=[137, 139, 139, 137, 138, 137, 136, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0x0000081c dc=[1459, 105, 130] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1704832 ytop_off=1703168 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1468, 112, 139] dc_left_n=32 dc_left_avg=[1451, 98, 121] yq3_min=960 yq3_max=1640 yq3_avg=1461 ac_min=-499 ac_max=181 ac_avg=2
CFLPREDOUT cbx=224 cby=256 visible=64x56 padded=64x64 u_min=97 u_max=108 u_avg=105 u_first=105 u_last=104 v_min=130 v_max=130 v_avg=130 v_first=130 v_last=130
CFLRECONOUT cbx=224 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=3 eob_v=0 txtp_u=0 txtp_v=0 u_min=97 u_max=108 u_avg=105 u_first=105 u_last=105 u_left=104 u_right=105 v_min=129 v_max=129 v_avg=129 v_first=129 v_last=129 v_left=129 v_right=129 u_full_min=97 u_full_max=108 u_full_avg=105 u_full_right=105 v_full_min=129 v_full_max=129 v_full_avg=129 v_full_right=129 u_pad_min=102 u_pad_max=107 u_pad_avg=105 v_pad_min=129 v_pad_max=129 v_pad_avg=129 repad=false
CFLSYNTAX cbx=272 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=33048
CFLPRED cbx=272 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x0000081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1705024 coff=1705024 ytop_off=1703360 utop_off=1703360 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=256..304 tile_row=224..270
CFLALIASMODE cbx=272 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=272 cby=256 has_left=true coff=1705024 left_first_off=1705023 left_last_visible_off=1796543 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=112 u_all_max=112 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=112 u_even8=[112, 112, 112, 112, 112, 112, 112, 112] v_all_min=138 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=138 v_last=139 v_even8=[138, 138, 138, 138, 138, 138, 138, 138]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0x0000081c dc=[1439, 105, 130] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1705024 ytop_off=1703360 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1453, 112, 139] dc_left_n=32 dc_left_avg=[1425, 98, 121] yq3_min=936 yq3_max=1640 yq3_avg=1427 ac_min=-503 ac_max=201 ac_avg=-11
CFLPREDOUT cbx=272 cby=256 visible=64x56 padded=64x64 u_min=97 u_max=108 u_avg=104 u_first=105 u_last=104 v_min=130 v_max=130 v_avg=130 v_first=130 v_last=130
CFLRECONOUT cbx=272 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=3 eob_v=0 txtp_u=0 txtp_v=0 u_min=97 u_max=109 u_avg=105 u_first=105 u_last=105 u_left=104 u_right=104 v_min=129 v_max=129 v_avg=129 v_first=129 v_last=129 v_left=129 v_right=129 u_full_min=97 u_full_max=109 u_full_avg=105 u_full_right=104 v_full_min=129 v_full_max=129 v_full_avg=129 v_full_right=129 u_pad_min=103 u_pad_max=108 u_pad_avg=105 v_pad_min=129 v_pad_max=129 v_pad_avg=129 repad=false
CFLSYNTAX cbx=288 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=2 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=63344
CFLPRED cbx=288 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x0000081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1705088 coff=1705088 ytop_off=1703424 utop_off=1703424 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=256..304 tile_row=224..270
CFLALIASMODE cbx=288 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=288 cby=256 has_left=true coff=1705088 left_first_off=1705087 left_last_visible_off=1796607 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=102 u_all_max=107 u_all_avg=104 u_dc_avg=105 u_first=106 u_last=106 u_even8=[106, 105, 103, 105, 105, 105, 103, 105] v_all_min=129 v_all_max=129 v_all_avg=129 v_dc_avg=129 v_first=129 v_last=129 v_even8=[129, 129, 129, 129, 129, 129, 129, 129]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0x0000081c dc=[1413, 102, 126] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1705088 ytop_off=1703424 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1412, 111, 139] dc_left_n=32 dc_left_avg=[1415, 92, 113] yq3_min=1024 yq3_max=1632 yq3_avg=1401 ac_min=-389 ac_max=219 ac_avg=-11
CFLPREDOUT cbx=288 cby=256 visible=64x56 padded=64x64 u_min=96 u_max=105 u_avg=101 u_first=102 u_last=102 v_min=126 v_max=126 v_avg=126 v_first=126 v_last=126
CFLRECONOUT cbx=288 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=1 eob_v=0 txtp_u=0 txtp_v=0 u_min=96 u_max=105 u_avg=101 u_first=101 u_last=102 u_left=101 u_right=101 v_min=126 v_max=126 v_avg=126 v_first=126 v_last=126 v_left=126 v_right=126 u_full_min=96 u_full_max=105 u_full_avg=101 u_full_right=101 v_full_min=126 v_full_max=126 v_full_avg=126 v_full_right=126 u_pad_min=101 u_pad_max=105 u_pad_avg=103 v_pad_min=126 v_pad_max=126 v_pad_avg=126 repad=false
CFLSYNTAX cbx=368 cby=256 bs=Bs64x64 bw4=16 bh4=16 cbw4=16 cbh4=16 ctx=1 mhccp_allowed=false type=0 alpha=[1, 0] mhdir=1 rng=35032
CFLPRED cbx=368 cby=256 bs=Bs64x64 uvtx=4 cfl_type=0 implicit=false alpha_raw=[1, 0] alpha_promoted=[32, 0] flags=0x0000081c has_top=true has_left=true flags_top=true flags_left=true no_top=false no_left=false top_sb=true ss=0x0 ysrc_off=1705408 coff=1705408 ytop_off=1703744 utop_off=1703744 ctw4=16 cth4=14 ctw=64 cth=64 wpad=0 hpad=2 frame=406x270 tile_col=352..406 tile_row=224..270
CFLALIASMODE cbx=368 cby=256 temp_block=true inplace_env=false
CFLLEFTSRC cbx=368 cby=256 has_left=true coff=1705408 left_first_off=1705407 left_last_visible_off=1796927 cstride=1664 visible_h=56 cth=64 skipv=true u_all_min=112 u_all_max=113 u_all_avg=112 u_dc_avg=112 u_first=112 u_last=113 u_even8=[112, 112, 112, 112, 112, 112, 112, 112] v_all_min=138 v_all_max=139 v_all_avg=138 v_dc_avg=138 v_first=139 v_last=138 v_even8=[139, 139, 139, 139, 139, 139, 139, 139]
CFLIPRED implicit=false ss=0x0 w=64 h=64 xlim=64 ylim=56 wpad=0 hpad=2 flags=0x0000081c dc=[1319, 105, 130] alpha=[32, 0] n_top=0 n_left=0 has_t=true has_l=true ypx_off=1705408 ytop_off=1703744 u_off=1 v_off=1 dc_top_n=32 dc_top_avg=[1337, 112, 138] dc_left_n=32 dc_left_avg=[1302, 98, 121] yq3_min=1008 yq3_max=1496 yq3_avg=1329 ac_min=-311 ac_max=177 ac_avg=10
CFLPREDOUT cbx=368 cby=256 visible=64x56 padded=64x64 u_min=100 u_max=108 u_avg=105 u_first=105 u_last=105 v_min=130 v_max=130 v_avg=130 v_first=130 v_last=130
CFLRECONOUT cbx=368 cby=256 tx_xy=0x0 visible=64x56 padded=64x64 eob_u=3 eob_v=0 txtp_u=0 txtp_v=0 u_min=100 u_max=108 u_avg=105 u_first=105 u_last=106 u_left=105 u_right=105 v_min=130 v_max=130 v_avg=130 v_first=130 v_last=130 v_left=130 v_right=130 u_full_min=100 u_full_max=108 u_full_avg=105 u_full_right=105 v_full_min=130 v_full_max=130 v_full_avg=130 v_full_right=130 u_pad_min=105 u_pad_max=108 u_pad_avg=106 v_pad_min=130 v_pad_max=130 v_pad_avg=130 repad=false