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

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 86 int nmvjointcost[MV_JOINTS]; member in struct:macroblock
vp9_pickmode.c 181 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT);
196 x->nmvjointcost, x->mvcost,
199 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT);
    [all...]
vp9_encoder.h 54 int nmvjointcost[MV_JOINTS]; member in struct:__anon18051
vp9_rdopt.c     [all...]
vp9_rd.c 304 vp9_build_nmv_cost_table(x->nmvjointcost,
vp9_mcomp.c 856 mv_err_cost(&this_mv, &fcenter_mv, x->nmvjointcost, x->mvcost,
    [all...]
vp9_encoder.c 427 vp9_copy(cc->nmvjointcost, cpi->td.mb.nmvjointcost);
455 vp9_copy(cpi->td.mb.nmvjointcost, cc->nmvjointcost);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_pickmode.c 163 x->nmvjointcost, x->mvcost,
168 x->nmvjointcost, x->mvcost, MV_COST_WEIGHT);
vp9_block.h 119 int nmvjointcost[MV_JOINTS]; member in struct:macroblock
vp9_onyx_int.h 51 int nmvjointcost[MV_JOINTS]; member in struct:__anon31548
vp9_ratectrl.c 117 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost);
138 vp9_copy(cpi->mb.nmvjointcost, cc->nmvjointcost);
    [all...]
vp9_rdopt.c 307 vp9_build_nmv_cost_table(x->nmvjointcost,
    [all...]
vp9_mcomp.c 713 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost,
730 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost,
    [all...]
vp9_firstpass.c 419 x->nmvjointcost,
445 x->nmvjointcost,
    [all...]

Completed in 61 milliseconds