Searched refs:token_cache (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.h21 uint8_t *token_cache);
H A Dvp9_onyxd_int.h57 DECLARE_ALIGNED(16, uint8_t, token_cache[1024]);
H A Dvp9_detokenize.c82 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 Dvp9_decodframe.c44 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 Dvp9_tokenize.c84 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 Dvp9_encodemb.c107 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 Dvp9_block.h160 DECLARE_ALIGNED(16, uint8_t, token_cache[1024]);
H A Dvp9_rdopt.c504 uint8_t *p_tok = x->token_cache;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_scan.h194 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 Dpush_messaging_api.cc19 #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,

Completed in 341 milliseconds