HomeSort by relevance Sort by last modified time
    Searched refs:MVREF_ROW_COLS (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/common/
mvref_common.h 21 #define MVREF_ROW_COLS 3
mvref_common.c 515 max_row_offset = -(MVREF_ROW_COLS << 1) + row_adj;
524 max_col_offset = -(MVREF_ROW_COLS << 1) + col_adj;
611 for (int idx = 2; idx <= MVREF_ROW_COLS; ++idx) {
    [all...]

Completed in 246 milliseconds