Searched refs:low_res (Results 1 – 2 of 2) sorted by relevance
404 const int low_res = (cm->width <= 352 && cm->height <= 288); in set_vt_partitioning() local417 if (low_res || cm->frame_type == KEY_FRAME) in set_vt_partitioning()428 if (low_res || cm->frame_type == KEY_FRAME) in set_vt_partitioning()674 const int low_res = (cm->width <= 352 && cm->height <= 288); in choose_partitioning() local858 if (is_key_frame || (low_res && !cpi->use_svc && in choose_partitioning()
1891 uint64_t low_res = static_cast<uint64_t>(reg(reg_size, instr->Rm())) >> lsb; in VisitExtract() local1894 set_reg(reg_size, instr->Rd(), low_res | high_res); in VisitExtract()