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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 462 const int has_rows = (mi_row + hbs) < cm->mi_rows; 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 584 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
587 if (has_rows && has_cols) {
589 } else if (!has_rows && has_cols) {
592 } else if (has_rows && !has_cols) {
    [all...]

Completed in 628 milliseconds