summaryrefslogtreecommitdiff
path: root/tools/non_greedy_mv
AgeCommit message (Collapse)Author
2018-09-26Change mv color to redAngie Chiang
Change-Id: If85c36b44b41e8cf025a5e08d7055ec32a14d26b
2018-09-20Use different corner detection scoreAngie Chiang
This corner detection score is better at measuring the level of details in each block. Change-Id: I16327a7664144ddc463c29babd11d0ca2fbb54a0
2018-09-19Add feature score for each blockAngie Chiang
The feature score is used to indicate whether a block's mv is reliable or not. Now we use Harris Corner Detector method to compute the score. Change-Id: Ibbe7a1c1f3391d0bf4b03307eaabb5cc3cfb1360
2018-09-19Correct mv rows/cols bug in read_frame_dpl_statsAngie Chiang
When the frame size is not multiples of mv search bsize, the fractional part will increment the mv rows/cols by 1 Change-Id: I4333a207406610c540059a9356a82084832ca85b
2018-09-13Dump tpl mvs for mv search blockAngie Chiang
Change-Id: Ibe14a02391b960e030c4a48e61718e43a5a65788
2018-09-12Dump ref frame when DUMP_TPL_STATS is onAngie Chiang
Also add a python script to parse the dumped results. Change-Id: I1abea5a7c04d852ec40ce37d758af21960b6e589