Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc631 unsigned int f_index = l.get_feature_index (i); in hb_ot_layout_language_find_feature() local
633 if (feature_tag == g.get_feature_tag (f_index)) { in hb_ot_layout_language_find_feature()
634 if (feature_index) *feature_index = f_index; in hb_ot_layout_language_find_feature()
/external/libaom/libaom/av1/encoder/
Drdopt.c1405 const int f_index = in get_energy_distribution_fine() local
1407 assert(f_index >= 0 && f_index < BLOCK_SIZES_ALL); in get_energy_distribution_fine()
1408 const BLOCK_SIZE subsize = (BLOCK_SIZE)f_index; in get_energy_distribution_fine()
7558 const BLOCK_SIZE f_index = split_qtr[bsize]; in estimate_wedge_sign() local
7559 assert(f_index != BLOCK_INVALID); in estimate_wedge_sign()
7566 cpi->fn_ptr[f_index].vf(src, src_stride, pred0, stride0, &esq[0][0]); in estimate_wedge_sign()
7567 cpi->fn_ptr[f_index].vf(src + bw / 2, src_stride, pred0 + bw / 2, stride0, in estimate_wedge_sign()
7569 cpi->fn_ptr[f_index].vf(src + bh / 2 * src_stride, src_stride, in estimate_wedge_sign()
7571 cpi->fn_ptr[f_index].vf(src + bh / 2 * src_stride + bw / 2, src_stride, in estimate_wedge_sign()
7574 cpi->fn_ptr[f_index].vf(src, src_stride, pred1, stride1, &esq[1][0]); in estimate_wedge_sign()
[all …]