HomeSort by relevance Sort by last modified time
    Searched refs:token_cache (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.h 21 uint8_t *token_cache);
vp9_onyxd_int.h 57 DECLARE_ALIGNED(16, uint8_t, token_cache[1024]);
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);
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...]
  /external/libvpx/libvpx/vp9/encoder/
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};
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);
    [all...]
vp9_block.h 160 DECLARE_ALIGNED(16, uint8_t, token_cache[1024]);
vp9_rdopt.c 504 uint8_t *p_tok = x->token_cache;
    [all...]
  /external/libvpx/libvpx/vp9/common/
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;
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
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,

Completed in 726 milliseconds