Home
last modified time | relevance | path

Searched refs:fp_debug (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_est.cpp176 FILE *fp_debug; in MotionEstimation() local
294 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); in MotionEstimation()
295 … fprintf(fp_debug, "#%d (%d,%d,%d) : ", mbnum, mot_mb[0].x, mot_mb[0].y, mot_mb[0].sad); in MotionEstimation()
296 fprintf(fp_debug, "(%d,%d,%d) : (%d,%d,%d) : (%d,%d,%d) : (%d,%d,%d) : ==>\n", in MotionEstimation()
301 fclose(fp_debug); in MotionEstimation()
333 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); in MotionEstimation()
334 fprintf(fp_debug, "\n"); in MotionEstimation()
335 fclose(fp_debug); in MotionEstimation()
349 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); in MotionEstimation()
350 fprintf(fp_debug, "(%d,%d), %d\n", mot_mb[0].x, mot_mb[0].y, mot_mb[0].sad); in MotionEstimation()
[all …]