Home
last modified time | relevance | path

Searched defs:mvcost (Results 1 – 7 of 7) sorted by relevance

/external/libaom/test/
Dmv_cost_test.cc18 void ReferenceBuildNmvComponentCostTable(int *mvcost, in ReferenceBuildNmvComponentCostTable()
100 int *mvcost = mvcost_buf.get() + MV_MAX; in TestMvComponentCostTable() local
/external/libvpx/vp9/encoder/
Dvp9_encodemv.c69 static void build_nmv_component_cost_table(int *mvcost, in build_nmv_component_cost_table()
Dvp9_block.h113 int **mvcost; member
/external/libaom/av1/encoder/
Dencodemv.c124 void av1_build_nmv_component_cost_table(int *mvcost, in av1_build_nmv_component_cost_table()
Dmcomp.h46 const int *mvcost[2]; member
Dmcomp.c3392 const int *const *mvcost = mv_cost_params->mvcost; in estimate_obmc_mvcost() local
/external/libvpx/vp8/encoder/
Dblock.h94 int *mvcost[2]; member