Home
last modified time | relevance | path

Searched refs:low_res (Results 1 – 4 of 4) 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
154 cpi->rc.avg_frame_low_motion < (low_res ? 70 : 50)) { in vp9_update_noise_estimate()
236 avg_est += low_res ? variance >> 4 in vp9_update_noise_estimate()
Dvp9_encodeframe.c755 static int skin_sb_split(VP9_COMP *cpi, MACROBLOCK *x, const int low_res, in skin_sb_split() argument
764 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1276 const int low_res = (cm->width <= 352 && cm->height <= 288); in choose_partitioning() local
1410 if (cpi->oxcf.speed >= 8 && !low_res && in choose_partitioning()
1459 skin_sb_split(cpi, x, low_res, mi_row, mi_col, force_split); in choose_partitioning()
1511 if (low_res && threshold_4x4avg < INT64_MAX) in choose_partitioning()
1572 (low_res && vt.split[i].split[j].part_variances.none.variance > in choose_partitioning()
/external/libaom/libaom/av1/encoder/
Dvar_based_part.c473 const int low_res = (cm->width <= 352 && cm->height <= 288); in av1_choose_var_based_partitioning() local
555 if (low_res && threshold_4x4avg < INT64_MAX) in av1_choose_var_based_partitioning()
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc2736 uint64_t low_res = in VisitExtract() local
2741 WriteRegister(reg_size, instr->GetRd(), low_res | high_res); in VisitExtract()