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

  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 36 const uint8_t *token_cache, int c) {
37 return (1 + token_cache[neighbors[MAX_NEIGHBORS * c + 0]] +
38 token_cache[neighbors[MAX_NEIGHBORS * c + 1]]) >>
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 88 uint8_t token_cache[32 * 32]; local
130 token_cache[scan[c]] = 0;
138 ctx = get_coef_context(nb, token_cache, c);
148 token_cache[scan[c]] = 5;
165 token_cache[scan[c]] = 4;
182 token_cache[scan[c]] = 3;
186 token_cache[scan[c]] = 2;
192 token_cache[scan[c]] = 1;
211 ctx = get_coef_context(nb, token_cache, c);
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 356 uint8_t token_cache[32 * 32]; local
395 token_cache[scan[c]] = 0;
397 pt = get_coef_context(nb, token_cache, c);
405 token_cache[scan[c]] = vp9_pt_energy_class[token];
407 pt = get_coef_context(nb, token_cache, c);
vp9_encodemb.c 66 uint8_t token_cache[1024]; local
110 token_cache[rc] = vp9_pt_energy_class[vp9_get_token(qcoeff[rc])];
126 const int ctx_cur = (i == 0) ? ctx : get_coef_context(nb, token_cache, i);
206 token_cache[rc] = vp9_pt_energy_class[t0];
207 ctx_next = get_coef_context(nb, token_cache, i + 1);
213 token_cache[rc] = vp9_pt_energy_class[t1];
214 ctx_next = get_coef_context(nb, token_cache, i + 1);
258 token_cache[rc] = vp9_pt_energy_class[t1];
263 token_cache[rc] = vp9_pt_energy_class[t0];
    [all...]
vp9_rdopt.c 364 uint8_t token_cache[32 * 32]; local
391 token_cache[0] = vp9_pt_energy_class[prev_t];
423 token_cache[0] = vp9_pt_energy_class[tok];
434 pt = get_coef_context(nb, token_cache, c);
436 token_cache[rc] = vp9_pt_energy_class[tok];
446 pt = get_coef_context(nb, token_cache, c);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Options.inc     [all...]

Completed in 564 milliseconds