Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencoder.c2971 #define SNPRINT(H, T) snprintf((H) + strlen(H), sizeof(H) - strlen(H), (T)) macro
3039 SNPRINT(headings, "\t Block\tWstBlck"); in av1_remove_compressor()
3049 SNPRINT(headings, "\tConsist\tWstCons"); in av1_remove_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2463 #define SNPRINT(H, T) snprintf((H) + strlen(H), sizeof(H) - strlen(H), (T)) macro
2529 SNPRINT(headings, "\t Block\tWstBlck"); in vp9_remove_compressor()
2539 SNPRINT(headings, "\tConsist\tWstCons"); in vp9_remove_compressor()