vp9_decodframe.c | 44 DECLARE_ALIGNED(16, unsigned char, token_cache[1024]); 296 uint8_t *token_cache; member in struct:intra_args 325 args->r, args->token_cache); 335 uint8_t *token_cache; member in struct:inter_args 349 args->r, args->token_cache); 401 uint8_t *token_cache) { 424 cm, xd, r, token_cache 444 cm, xd, r, &eobtotal, token_cache 485 uint8_t *token_cache) { 496 decode_modes_b(cm, xd, tile, mi_row, mi_col, r, subsize, token_cache); [all...] |