Home
last modified time | relevance | path

Searched defs:mbd (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/libvpx/vp8/common/
H A Dvp8_loopfilter.c94 void vp8_loop_filter_frame_init(VP8_COMMON *cm, MACROBLOCKD *mbd, in vp8_loop_filter_frame_init()
263 void vp8_loop_filter_frame(VP8_COMMON *cm, MACROBLOCKD *mbd, int frame_type) { in vp8_loop_filter_frame()
384 void vp8_loop_filter_frame_yonly(VP8_COMMON *cm, MACROBLOCKD *mbd, in vp8_loop_filter_frame_yonly()
474 void vp8_loop_filter_partial_frame(VP8_COMMON *cm, MACROBLOCKD *mbd, in vp8_loop_filter_partial_frame()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtemporal_filter.c157 MACROBLOCKD *const mbd = &mb->e_mbd; in tf_motion_search() local
398 const MACROBLOCKD *mbd, in tf_build_predictor()
476 const MACROBLOCKD *mbd, in tf_apply_temporal_filter_self()
630 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_apply_temporal_filter_c()
791 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_highbd_apply_temporal_filter_c()
822 const MACROBLOCKD *mbd, const BLOCK_SIZE block_size, const int mb_row, in tf_normalize_filtered_frame()
873 MACROBLOCKD *const mbd = &mb->e_mbd; in av1_tf_do_filtering_row() local
1023 MACROBLOCKD *mbd = &td->mb.e_mbd; in tf_do_filtering() local
1357 MACROBLOCKD *mbd = &cpi->td.mb.e_mbd; in init_tf_ctx() local
H A Dtemporal_filter.h389 static inline void tf_setup_macroblockd(MACROBLOCKD *mbd, in tf_setup_macroblockd()
427 static inline void tf_save_state(MACROBLOCKD *mbd, MB_MODE_INFO ***input_mbmi, in tf_save_state()
443 static inline void tf_restore_state(MACROBLOCKD *mbd, MB_MODE_INFO **input_mbmi, in tf_restore_state()
H A Dtune_vmaf.c39 MACROBLOCKD *const mbd = &mb->e_mbd; in motion_search() local
148 MACROBLOCKD *const mbd = &mb->e_mbd; in residual_frame_average_variance() local
/aosp_15_r20/external/bcc/tools/
H A Dcachestat.py46 mbd = 0 variable
172 mbd = max(0, v.value) variable
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dcachestat.bpf.c9 __u64 mbd = 0; /* total of mark_buffer_dirty events */ variable
H A Dcachestat.c132 __u64 buffers, cached, mbd; in main() local
/aosp_15_r20/external/guice/lib/build/
HDspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/aosp_15_r20/external/libaom/test/
H A Dtemporal_filter_test.cc198 std::unique_ptr<MACROBLOCKD> mbd(new (std::nothrow) MACROBLOCKD); in RunTest() local
585 std::unique_ptr<MACROBLOCKD> mbd(new (std::nothrow) MACROBLOCKD); in RunTest() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dpicklpf.c252 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8cx_set_alt_lf_level() local
H A Dethreading.c445 MACROBLOCKD *mbd = &mb->e_mbd; in vp8cx_init_mbrthread_data() local
H A Dvp8_quantize.c443 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8_set_quantizer() local
H A Dtemporal_filter.c200 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8_temporal_filter_iterate_c() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DHolidayTest.java245 Date mbd = getDate(1953, Calendar.JULY, 10); in TestCoverage() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/
H A DHolidayTest.java242 Date mbd = getDate(1953, Calendar.JULY, 10); in TestCoverage() local
/aosp_15_r20/external/libvpx/vp8/decoder/
H A Dthreading.c49 MACROBLOCKD *mbd = &mbrd[i].mbd; in setup_decoding_thread_data() local
H A Donyxd_int.h38 MACROBLOCKD mbd; member
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dtemporal_filter_neon_dotprod.c218 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_apply_temporal_filter_neon_dotprod()
H A Dhighbd_temporal_filter_neon.c286 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_highbd_apply_temporal_filter_neon()
H A Dtemporal_filter_neon.c196 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_apply_temporal_filter_neon()
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dtemporal_filter_sse2.c224 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_apply_temporal_filter_sse2()
H A Dhighbd_temporal_filter_sse2.c244 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_highbd_apply_temporal_filter_sse2()
H A Dhighbd_temporal_filter_avx2.c369 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_highbd_apply_temporal_filter_avx2()
H A Dtemporal_filter_avx2.c551 const YV12_BUFFER_CONFIG *frame_to_filter, const MACROBLOCKD *mbd, in av1_apply_temporal_filter_avx2()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c863 MACROBLOCKD *mbd = &td->mb.e_mbd; in vp9_temporal_filter_iterate_row_c() local

12