Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h885 int vp9_set_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows,
Dvp9_encoder.c723 int vp9_set_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows, in vp9_set_active_map() function
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1388 if (!vp9_set_active_map(ctx->cpi, map->active_map, (int)map->rows, in ctrl_set_active_map()