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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 394 const int has_cols = (mi_col + hbs) < cm->mi_cols; local
397 if (has_rows && has_cols)
399 else if (!has_rows && has_cols)
401 else if (has_rows && !has_cols)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.c 400 const int has_cols = (mi_col + hbs) < cm->mi_cols; local
402 if (has_rows && has_cols) {
404 } else if (!has_rows && has_cols) {
407 } else if (has_rows && !has_cols) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 385 const int has_cols = (mi_col + hbs) < cm->mi_cols; 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 401 const int has_cols = (mi_col + hbs) < cm->mi_cols; 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 387 const int has_cols = (mi_col + hbs) < cm->mi_cols; 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 401 const int has_cols = (mi_col + hbs) < cm->mi_cols; 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 2982 bool has_cols; member in struct:ChardevVC
    [all...]

Completed in 623 milliseconds