Searched refs:has_cols (Results 1 - 6 of 6) 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
H A Dqapi-visit.c5257 visit_start_optional(m, obj ? &(*obj)->has_cols : NULL, "cols", &err);
5258 if (obj && (*obj)->has_cols) {

Completed in 133 milliseconds