Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h543 int vp9_get_active_map(VP9_COMP *cpi, unsigned char *map, int rows, int cols);
Dvp9_encoder.c191 int vp9_get_active_map(VP9_COMP* cpi, in vp9_get_active_map() function
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1300 if (!vp9_get_active_map(ctx->cpi, map->active_map, in ctrl_get_active_map()