Searched refs:has_rows (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c393 const int has_rows = (mi_row + hbs) < cm->mi_rows; 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.c399 const int has_rows = (mi_row + hbs) < cm->mi_rows; 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.c384 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)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c400 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) {
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2984 bool has_rows; member in struct:ChardevVC
H A Dqapi-visit.c5262 visit_start_optional(m, obj ? &(*obj)->has_rows : NULL, "rows", &err);
5263 if (obj && (*obj)->has_rows) {

Completed in 2707 milliseconds