/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.h | 103 static INLINE void vp9_get_token_extra(int v, int16_t *token, EXTRABIT *extra) { function
|
vp9_tokenize.c | 522 vp9_get_token_extra(v, &token, &extra); [all...] |
vp9_encodemb.c | 154 vp9_get_token_extra(x, &t0, &e0); 207 vp9_get_token_extra(x, &t0, &e0); [all...] |
vp9_rdopt.c | 396 vp9_get_token_extra(v, &prev_t, &e); 409 vp9_get_token_extra(v, &t, &e); [all...] |