Home
last modified time | relevance | path

Searched defs:mb_count (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dallintra_vis.c95 int mb_count = 0; in get_satd() local
123 int mb_count = 0; in get_sse() local
176 int mb_count = 0; in get_window_wiener_var() local
/aosp_15_r20/external/libavc/decoder/
H A Dih264d_mb_utils.h89 #define UPDATE_MB_MAP(u2_frm_wd_in_mbs, u2_mbx, u2_mby, mb_map, mb_count) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs59419 pub mb_count: u32, field
59464 pub fn mb_count(mut self, mb_count: u32) -> Self { in mb_count() method