Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/tnl/
Dt_rebase.c60 #define REBASE(TYPE) \ macro
80 REBASE(GLuint)
81 REBASE(GLushort) in REBASE() function
82 REBASE(GLubyte) in REBASE()
/third_party/libuv/
DCONTRIBUTING.md127 ### REBASE subsection in CONTRIBUTING
/third_party/ffmpeg/libavcodec/
Dvp8.c2901 #define REBASE(pic) ((pic) ? (pic) - &s_src->frames[0] + &s->frames[0] : NULL) macro
2930 s->framep[0] = REBASE(s_src->next_framep[0]); in vp8_decode_update_thread_context()
2931 s->framep[1] = REBASE(s_src->next_framep[1]); in vp8_decode_update_thread_context()
2932 s->framep[2] = REBASE(s_src->next_framep[2]); in vp8_decode_update_thread_context()
2933 s->framep[3] = REBASE(s_src->next_framep[3]); in vp8_decode_update_thread_context()