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

  /external/libvpx/libvpx/vp8/encoder/
encodemv.h 19 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
encodemv.c 26 const struct mv_context *mvc
29 const vp8_prob *p = mvc->prob;
68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc)
95 encode_mvcomponent(w, mv->row >> 1, &mvc[0]);
96 encode_mvcomponent(w, mv->col >> 1, &mvc[1]);
100 static unsigned int cost_mvcomponent(const int v, const struct mv_context *mvc)
102 const vp8_prob *p = mvc->prob;
138 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2])
150 mvcost [0] [0] = cost_mvcomponent(0, &mvc[0]);
154 cost0 = cost_mvcomponent(i, &mvc[0])
360 MV_CONTEXT *mvc = cpi->common.fc.mvc; local
    [all...]
block.h 120 MV_CONTEXT *mvc; member in struct:macroblock
ratectrl.c 239 vp8_copy(cc->mvc, cpi->common.fc.mvc);
276 vp8_copy(cpi->common.fc.mvc, cc->mvc);
307 vpx_memcpy(cpi->common.fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
310 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag);
    [all...]
bitstream.c 452 vp8_writer *w, const MV *mv, const int_mv *ref, const MV_CONTEXT *mvc
459 vp8_encode_motion_vector(w, &e, mvc);
521 const MV_CONTEXT *mvc = pc->fc.mvc; local
656 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
698 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *) mvc);
    [all...]
ethreading.c 338 z->mvc = x->mvc;
478 mb->mvc = cm->fc.mvc;
onyx_int.h 72 MV_CONTEXT mvc[2]; member in struct:__anon23008
109 double MVc;
encodeframe.c 646 x->mvc = cm->fc.mvc;
    [all...]
firstpass.c 160 stats->MVc,
185 section->MVc = 0.0;
207 section->MVc += frame->MVc;
229 section->MVc -= frame->MVc;
253 section->MVc /= section->count;
574 vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
575 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
816 fps.MVc = 0.0
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 76 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc)
78 const vp8_prob *const p = (const vp8_prob *) mvc;
111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc)
113 mv->row = (short)(read_mvcomponent(r, mvc) * 2);
114 mv->col = (short)(read_mvcomponent(r, ++mvc) * 2);
118 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc)
125 vp8_prob *p = (vp8_prob *)(mvc + i);
154 MV_CONTEXT *const mvc = pbi->common.fc.mvc; local
199 read_mvcontexts(bc, mvc);
457 MV_CONTEXT *const mvc = pbi->common.fc.mvc; local
    [all...]
decodframe.c 919 vpx_memcpy(pc->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 217 nmv_context *mvc = &cpi->common.fc.nmvc; local
226 update_mv(bc, branch_ct_joint[j], &mvc->joints[j], NMV_UPDATE_PROB);
229 update_mv(bc, branch_ct_sign[i], &mvc->comps[i].sign, NMV_UPDATE_PROB);
231 update_mv(bc, branch_ct_classes[i][j], &mvc->comps[i].classes[j],
235 update_mv(bc, branch_ct_class0[i][j], &mvc->comps[i].class0[j],
239 update_mv(bc, branch_ct_bits[i][j], &mvc->comps[i].bits[j],
248 &mvc->comps[i].class0_fp[j][k], NMV_UPDATE_PROB);
252 update_mv(bc, branch_ct_fp[i][j], &mvc->comps[i].fp[j], NMV_UPDATE_PROB);
257 update_mv(bc, branch_ct_class0_hp[i], &mvc->comps[i].class0_hp,
259 update_mv(bc, branch_ct_hp[i], &mvc->comps[i].hp
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 44 MV_CONTEXT mvc[2]; member in struct:frame_contexts
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
insn-good.s     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-s390x.pl 1225 ahi $key,-1 # it's the way it's encoded in mvc
1232 mvc 16*$SIZE_T(1,$sp),0($inp)
1247 mvc 0(1,$out),16*$SIZE_T($sp)
1311 mvc 16*$SIZE_T(1,$sp),0($inp)
    [all...]
  /external/openssl/crypto/aes/asm/
aes-s390x.pl 1225 ahi $key,-1 # it's the way it's encoded in mvc
1232 mvc 16*$SIZE_T(1,$sp),0($inp)
1247 mvc 0(1,$out),16*$SIZE_T($sp)
1311 mvc 16*$SIZE_T(1,$sp),0($inp)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
regexp.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js     [all...]
  /external/chromium_org/v8/benchmarks/
regexp.js     [all...]
  /external/v8/benchmarks/
regexp.js     [all...]

Completed in 1322 milliseconds