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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 386 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
390 if (has_rows && has_cols)
392 else if (!has_rows && has_cols)
394 else if (has_rows && !has_cols)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.c 400 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
403 if (has_rows && has_cols) {
405 } else if (!has_rows && has_cols) {
408 } else if (has_rows && !has_cols) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 384 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
388 if (has_rows && has_cols)
390 else if (!has_rows && has_cols)
392 else if (has_rows && !has_cols)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 400 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
403 if (has_rows && has_cols) {
405 } else if (!has_rows && has_cols) {
408 } else if (has_rows && !has_cols) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 386 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
390 if (has_rows && has_cols)
392 else if (!has_rows && has_cols)
394 else if (has_rows && !has_cols)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 400 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
403 if (has_rows && has_cols) {
405 } else if (!has_rows && has_cols) {
408 } else if (has_rows && !has_cols) {
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2984 bool has_rows; member in struct:ChardevVC
    [all...]
qapi-visit.c     [all...]

Completed in 622 milliseconds