Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencoder.c3489 #define SNPRINT(H, T) snprintf((H) + strlen(H), sizeof(H) - strlen(H), (T)) macro
3557 SNPRINT(headings, "\t Block\tWstBlck"); in av1_remove_compressor()
3567 SNPRINT(headings, "\tConsist\tWstCons"); in av1_remove_compressor()
3572 SNPRINT(headings, "\t Time\tRcErr\tAbsErr"); in av1_remove_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2658 #define SNPRINT(H, T) snprintf((H) + strlen(H), sizeof(H) - strlen(H), (T)) macro
2726 SNPRINT(headings, "\t Block\tWstBlck"); in vp9_remove_compressor()
2736 SNPRINT(headings, "\tConsist\tWstCons"); in vp9_remove_compressor()
2741 SNPRINT(headings, "\t Time\tRcErr\tAbsErr"); in vp9_remove_compressor()