Searched refs:put_num (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/examples/ |
D | inspect.c | 342 int put_num(char *buffer, char prefix, int num, char suffix) { in put_num() function 386 buf += put_num(buf, ':', entry->value, 0); in put_map() 408 buf += put_num(buf, '[', mi->ref_frame[0], 0); in put_reference_frame() 409 buf += put_num(buf, ',', mi->ref_frame[1], ']'); in put_reference_frame() 420 buf += put_num(buf, '[', t - c - 1, ']'); in put_reference_frame() 443 buf += put_num(buf, '[', mi->mv[0].col, 0); in put_motion_vectors() 444 buf += put_num(buf, ',', mi->mv[0].row, 0); in put_motion_vectors() 445 buf += put_num(buf, ',', mi->mv[1].col, 0); in put_motion_vectors() 446 buf += put_num(buf, ',', mi->mv[1].row, ']'); in put_motion_vectors() 459 buf += put_num(buf, '[', t - c - 1, ']'); in put_motion_vectors() [all …]
|