Searched refs:is_edge (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c762 const int is_edge = (mi_row <= 1) || (mi_row >= (cm->mi_rows - 2)) || local
764 if (!is_edge && (complexity > 128))
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1047 const int is_edge = (mi_row <= 1) || (mi_row >= (cm->mi_rows - 2)) || local
1049 if (!is_edge && (complexity > 128))

Completed in 88 milliseconds