Searched refs:REBASE (Results 1 – 3 of 3) sorted by relevance
60 #define REBASE(TYPE) \ macro80 REBASE(GLuint)81 REBASE(GLushort) in REBASE() function82 REBASE(GLubyte) in REBASE()
127 ### REBASE subsection in CONTRIBUTING
2901 #define REBASE(pic) ((pic) ? (pic) - &s_src->frames[0] + &s->frames[0] : NULL) macro2930 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()