Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6425 POSITION mv_ref_pos[MV_REF_POS_NUM] = { variable
6446 int nb_row = mi_row + mv_ref_pos[i].row * mi_height;
6447 int nb_col = mi_col + mv_ref_pos[i].col * mi_width;
6448 assert(mv_ref_pos[i].row <= 0);
6449 assert(mv_ref_pos[i].col <= 0);