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

  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 24 const struct mv_context *mvc) {
25 const vp8_prob *p = mvc->prob;
60 const MV_CONTEXT *mvc) {
85 encode_mvcomponent(w, mv->row >> 1, &mvc[0]);
86 encode_mvcomponent(w, mv->col >> 1, &mvc[1]);
90 const struct mv_context *mvc) {
91 const vp8_prob *p = mvc->prob;
122 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc,
133 mvcost[0][0] = cost_mvcomponent(0, &mvc[0]);
136 cost0 = cost_mvcomponent(i, &mvc[0])
310 MV_CONTEXT *mvc = cpi->common.fc.mvc; local
    [all...]
block.h 117 MV_CONTEXT *mvc; member in struct:macroblock
bitstream.c 355 const MV_CONTEXT *mvc) {
360 vp8_encode_motion_vector(w, &e, mvc);
419 const MV_CONTEXT *mvc = pc->fc.mvc; local
545 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
580 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *)mvc);
    [all...]
onyx_int.h 68 MV_CONTEXT mvc[2]; member in struct:__anon26148
103 double MVc;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 175 nmv_context *const mvc = &cm->fc->nmvc; local
177 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w);
180 nmv_component *comp = &mvc->comps[i];
194 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].class0_fp[j],
197 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].fp, counts->comps[i].fp,
203 update_mv(w, counts->comps[i].class0_hp, &mvc->comps[i].class0_hp,
205 update_mv(w, counts->comps[i].hp, &mvc->comps[i].hp, MV_UPDATE_PROB);
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 64 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc) {
65 const vp8_prob *const p = (const vp8_prob *)mvc;
91 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) {
92 mv->row = (short)(read_mvcomponent(r, mvc) * 2);
93 mv->col = (short)(read_mvcomponent(r, ++mvc) * 2);
96 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) {
101 vp8_prob *p = (vp8_prob *)(mvc + i);
124 MV_CONTEXT *const mvc = pbi->common.fc.mvc; local
161 read_mvcontexts(bc, mvc);
385 MV_CONTEXT *const mvc = pbi->common.fc.mvc; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 47 MV_CONTEXT mvc[2]; member in struct:frame_contexts
  /external/v8/src/s390/
assembler-s390.cc 1409 void Assembler::mvc(const MemOperand& opnd1, const MemOperand& opnd2, function in class:v8::internal::Assembler
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.h 176 } mvc; member in struct:ruvd_h264
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 188 milliseconds