Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2328 FILE *fmode = fopen("modecontext.c", "w"); in vp8_remove_compressor() local
2330 fprintf(fmode, "\n#include \"entropymode.h\"\n\n"); in vp8_remove_compressor()
2331 fprintf(fmode, "const unsigned int vp8_kf_default_bmode_counts "); in vp8_remove_compressor()
2332 fprintf(fmode, "[VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES] =\n{\n"); in vp8_remove_compressor()
2337 fprintf(fmode, " { /* Above Mode : %d */\n", i); in vp8_remove_compressor()
2342 fprintf(fmode, " {"); in vp8_remove_compressor()
2347 fprintf(fmode, " %5d, ", 1); in vp8_remove_compressor()
2349 fprintf(fmode, " %5d, ", intra_mode_stats[i][j][k]); in vp8_remove_compressor()
2352 fprintf(fmode, "}, /* left_mode %d */\n", j); in vp8_remove_compressor()
2356 fprintf(fmode, " },\n"); in vp8_remove_compressor()
[all …]