Home
last modified time | relevance | path

Searched refs:height_1 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_sse2.c450 int height_1 = height - 1; in aom_int_pro_row_sse2() local
467 } while (idx < height_1); in aom_int_pro_row_sse2()
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_sse2.c475 int height_1 = height - 1; in vpx_int_pro_row_sse2() local
478 for (idx = 1; idx < height_1; idx += 2) { in vpx_int_pro_row_sse2()