/external/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.h | 21 uint8_t *token_cache);
|
H A D | vp9_onyxd_int.h | 57 DECLARE_ALIGNED(16, uint8_t, token_cache[1024]);
|
H A D | vp9_detokenize.c | 82 token_cache[scan[c]] = vp9_pt_energy_class[token]; \ 96 uint8_t *token_cache) { 118 pt = get_coef_context(nb, token_cache, c); 131 pt = get_coef_context(nb, token_cache, c); 138 token_cache[scan[c]] = vp9_pt_energy_class[ZERO_TOKEN]; 222 uint8_t *token_cache) { 230 pd->dequant, pt, token_cache); 92 decode_coefs(VP9_COMMON *cm, const MACROBLOCKD *xd, vp9_reader *r, int block_idx, PLANE_TYPE type, int seg_eob, int16_t *dqcoeff_ptr, TX_SIZE tx_size, const int16_t *dq, int pt, uint8_t *token_cache) argument 219 vp9_decode_block_tokens(VP9_COMMON *cm, MACROBLOCKD *xd, int plane, int block, BLOCK_SIZE plane_bsize, int x, int y, TX_SIZE tx_size, vp9_reader *r, uint8_t *token_cache) argument
|
H A D | 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); 397 decode_modes_b(VP9_COMMON *const cm, MACROBLOCKD *const xd, const TileInfo *const tile, int mi_row, int mi_col, vp9_reader *r, BLOCK_SIZE bsize, uint8_t *token_cache) argument 481 decode_modes_sb(VP9_COMMON *const cm, MACROBLOCKD *const xd, const TileInfo *const tile, int mi_row, int mi_col, vp9_reader* r, BLOCK_SIZE bsize, uint8_t *token_cache) argument [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_tokenize.c | 84 uint8_t *token_cache; member in struct:tokenize_b_args 103 uint8_t *token_cache = args->token_cache; local 135 pt = get_coef_context(nb, token_cache, c); 148 t->skip_eob_node = (c > 0) && (token_cache[scan[c - 1]] == 0); 156 token_cache[rc] = vp9_pt_energy_class[token]; 201 struct tokenize_b_args arg = {cpi, xd, t, mbmi->tx_size, cpi->mb.token_cache};
|
H A D | vp9_encodemb.c | 107 uint8_t *token_cache) { 108 int bak = token_cache[scan[idx]], pt; 109 token_cache[scan[idx]] = vp9_pt_energy_class[token]; 110 pt = get_coef_context(nb, token_cache, idx + 1); 111 token_cache[scan[idx]] = bak; 138 uint8_t token_cache[1024]; local 162 token_cache[scan[i]] = vp9_pt_energy_class[vp9_dct_value_tokens_ptr[ 182 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache); 234 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache); 239 pt = trellis_get_coeff_context(scan, nb, i, t1, token_cache); 104 trellis_get_coeff_context(const int16_t *scan, const int16_t *nb, int idx, int token, uint8_t *token_cache) argument [all...] |
H A D | vp9_block.h | 160 DECLARE_ALIGNED(16, uint8_t, token_cache[1024]);
|
H A D | vp9_rdopt.c | 504 uint8_t *p_tok = x->token_cache;
|
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_scan.h | 194 const uint8_t *token_cache, int c) { 195 return (1 + token_cache[neighbors[MAX_NEIGHBORS * c + 0]] + 196 token_cache[neighbors[MAX_NEIGHBORS * c + 1]]) >> 1; 193 get_coef_context(const int16_t *neighbors, const uint8_t *token_cache, int c) argument
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
H A D | push_messaging_api.cc | 19 #include "chrome/browser/extensions/token_cache/token_cache_service.h" 20 #include "chrome/browser/extensions/token_cache/token_cache_service_factory.h" 173 TokenCacheService* token_cache = local 179 token_cache->RetrieveToken(GaiaConstants::kObfuscatedGaiaId); 207 TokenCacheService* token_cache = local 209 token_cache->StoreToken(GaiaConstants::kObfuscatedGaiaId, gaia_id,
|