Home
last modified time | relevance | path

Searched defs:h_shift (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/enc/src/
H A Dc4t64fx.c143 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; in ACELP_4t64_fx() local
/aosp_15_r20/external/libchrome-gestures/src/
H A Dsplit_correcting_filter_interpreter_unittest.cc257 for (int h_shift = 1; h_shift <= 4; h_shift++) { in TEST() local
/aosp_15_r20/external/libopenapv/app/
H A Doapv_app_util.h413 int h_shift = chroma_format == OAPV_CF_YCBCR420 ? 1 : 0; in imgb_read() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtx_search.c354 const int h_shift = (bh == 4) ? 0 : (bh == 8) ? 1 : (bh == 16) ? 2 : 3; in get_energy_distribution_fine() local
1410 const int h_shift = bh <= 8 ? 0 : 1; in get_energy_distribution_finer() local