Home
last modified time | relevance | path

Searched refs:set_mv (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c218 motion_field->set_mv = in vp9_alloc_motion_field()
219 vpx_calloc(motion_field->block_num, sizeof(*motion_field->set_mv)); in vp9_alloc_motion_field()
220 if (motion_field->set_mv == NULL) { in vp9_alloc_motion_field()
230 vpx_free(motion_field->set_mv); in vp9_alloc_motion_field()
231 motion_field->set_mv = NULL; in vp9_alloc_motion_field()
239 vpx_free(motion_field->set_mv); in vp9_free_motion_field()
279 return motion_field->set_mv[brow * motion_field->block_cols + bcol]; in vp9_motion_field_is_mv_set()
311 motion_field->set_mv[brow * motion_field->block_cols + bcol] = 1; in vp9_motion_field_mi_set_mv()
315 memset(motion_field->set_mv, 0, in vp9_motion_field_reset_mvs()
316 motion_field->block_num * sizeof(*motion_field->set_mv)); in vp9_motion_field_reset_mvs()
Dvp9_non_greedy_mv.h37 int *set_mv; member
/external/skia/modules/svg/include/
DSkSVGNode.h187 #define _SVG_ATTR_SETTERS(attr_name, attr_type, attr_default, set_cp, set_mv) \ argument
201 void set##attr_name(attr_type&& a) { set_mv(std::move(a)); }