Home
last modified time | relevance | path

Searched refs:low_res (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c111 const int low_res = (cm->width <= 352 && cm->height <= 288); in vp9_update_noise_estimate() local
152 cpi->rc.avg_frame_low_motion < (low_res ? 70 : 50)) { in vp9_update_noise_estimate()
234 avg_est += low_res ? variance >> 4 in vp9_update_noise_estimate()
Dvp9_encodeframe.c738 static int skin_sb_split(VP9_COMP *cpi, MACROBLOCK *x, const int low_res, in skin_sb_split() argument
747 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1253 const int low_res = (cm->width <= 352 && cm->height <= 288); in choose_partitioning() local
1371 if (cpi->oxcf.speed >= 8 && !low_res && in choose_partitioning()
1404 skin_sb_split(cpi, x, low_res, mi_row, mi_col, force_split); in choose_partitioning()
1456 if (low_res && threshold_4x4avg < INT64_MAX) in choose_partitioning()
1516 if (is_key_frame || (low_res && in choose_partitioning()
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc2214 uint64_t low_res = in VisitExtract() local
2219 WriteRegister(reg_size, instr->GetRd(), low_res | high_res); in VisitExtract()