OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fp_debug
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp
176
FILE *
fp_debug
;
local
294
fp_debug
= fopen("c:\\bitstream\\mv1_debug.txt", "a");
295
fprintf(
fp_debug
, "#%d (%d,%d,%d) : ", mbnum, mot_mb[0].x, mot_mb[0].y, mot_mb[0].sad);
296
fprintf(
fp_debug
, "(%d,%d,%d) : (%d,%d,%d) : (%d,%d,%d) : (%d,%d,%d) : ==>\n",
301
fclose(
fp_debug
);
333
fp_debug
= fopen("c:\\bitstream\\mv1_debug.txt", "a");
334
fprintf(
fp_debug
, "\n");
335
fclose(
fp_debug
);
349
fp_debug
= fopen("c:\\bitstream\\mv1_debug.txt", "a");
350
fprintf(
fp_debug
, "(%d,%d), %d\n", mot_mb[0].x, mot_mb[0].y, mot_mb[0].sad)
[
all
...]
Completed in 70 milliseconds