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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 463 const int has_cols = (mi_col + hbs) < cm->mi_cols; local
466 if (has_rows && has_cols)
468 else if (!has_rows && has_cols)
470 else if (has_rows && !has_cols)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 585 const int has_cols = (mi_col + hbs) < cm->mi_cols; local
587 if (has_rows && has_cols) {
589 } else if (!has_rows && has_cols) {
592 } else if (has_rows && !has_cols) {
    [all...]

Completed in 155 milliseconds