Searched defs:has_cols (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c394 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)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c400 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) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c385 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)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c401 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) {
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2982 bool has_cols; member in struct:ChardevVC

Completed in 426 milliseconds