Home
last modified time | relevance | path

Searched refs:mb_size (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/mdss/mdp_perf_set_wm_levels/
Dformat16 field:u32 mb_size; offset:36; size:4; signed:0;
18 …| %d | %d] nmb=%d mb_size=%d", REC->pnum, REC->use_space, REC->priority_bytes, REC->wm0, REC->wm1,…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/mdss/mdp_perf_set_wm_levels/
Dformat16 field:u32 mb_size; offset:36; size:4; signed:0;
18 …| %d | %d] nmb=%d mb_size=%d", REC->pnum, REC->use_space, REC->priority_bytes, REC->wm0, REC->wm1,…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sde_rotator/rot_perf_set_wm_levels/
Dformat16 field:u32 mb_size; offset:36; size:4; signed:0;
18 …| %d | %d] nmb=%d mb_size=%d", REC->pnum, REC->use_space, REC->priority_bytes, REC->wm0, REC->wm1,…
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c607 const BLOCK_SIZE mb_size = BLOCK_16X16; in av1_get_max_min_partition_features() local
608 const int mb_rows = block_size_high[sb_size] / block_size_high[mb_size]; in av1_get_max_min_partition_features()
609 const int mb_cols = block_size_wide[sb_size] / block_size_wide[mb_size]; in av1_get_max_min_partition_features()
610 const int mb_in_mi_size_high_log2 = mi_size_high_log2[mb_size]; in av1_get_max_min_partition_features()
611 const int mb_in_mi_size_wide_log2 = mi_size_wide_log2[mb_size]; in av1_get_max_min_partition_features()
621 av1_simple_motion_sse_var(cpi, x, this_mi_row, this_mi_col, mb_size, in av1_get_max_min_partition_features()
/external/webp/src/enc/
Dsyntax_enc.c268 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0() local
272 if (!VP8BitWriterInit(bw, mb_size * 7 / 8)) { // ~7 bits per macroblock in GeneratePartition0()
/external/perfetto/protos/perfetto/trace/ftrace/
Dmdss.proto126 optional uint32 mb_size = 8; field