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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 38 { 216 }, // class0
49 { 208 }, // class0
129 comp_counts->class0[d] += incr;
174 vpx_tree_merge_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0,
175 comp->class0);
vp9_entropymv.h 91 vpx_prob class0[CLASS0_SIZE - 1]; member in struct:__anon26169
117 unsigned int class0[CLASS0_SIZE]; member in struct:__anon26171
vp9_thread_common.c 411 comps->class0[i] += comps_t->class0[i];
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.cpp 321 vksparseimagememorybindinfo_struct_wrapper class0(&(m_struct.pImageBinds[i]));
322 class0.set_indent(m_indent + 4);
323 class0.display_full_txt();
479 vkextent3d_struct_wrapper class0(&m_struct.imageExtent);
480 class0.set_indent(m_indent + 4);
481 class0.display_full_txt();
636 vkclearvalue_struct_wrapper class0(&m_struct.clearValue);
637 class0.set_indent(m_indent + 4);
638 class0.display_full_txt();
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
visium.h 220 #define class0 (0<<25) macro
255 { "brr", mode_ci, class0, def },
303 { "nop", mode_s, class0, def },
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 52 vpx_write(w, d, mvcomp->class0[0]);
82 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree);
186 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0,
vp9_encoder.c 363 // class0
365 diff += (int)nmv_count->class0[j] *
366 (pre_nmv_prob->class0[j] - cur_nmv_prob->class0[j]);
368 pre_last_prob = MAX_PROB - pre_nmv_prob->class0[CLASS0_SIZE - 2];
369 cur_last_prob = MAX_PROB - cur_nmv_prob->class0[CLASS0_SIZE - 2];
371 diff += (int)nmv_count->class0[CLASS0_SIZE - 1] *
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 240 const int class0 = mv_class == MV_CLASS_0; local
243 if (class0) {
244 d = vpx_read(r, mvcomp->class0[0]);
257 class0 ? mvcomp->class0_fp[d] : mvcomp->fp);
260 hp = usehp ? vpx_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) : 1;
vp9_decodeframe.c 164 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r);
    [all...]

Completed in 720 milliseconds