HomeSort by relevance Sort by last modified time
    Searched refs:ref_pos (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-buffer.cc 1972 const hb_glyph_position_t *ref_pos = reference->pos; local
    [all...]
  /external/libaom/libaom/av1/encoder/
tpl_model.c 244 static int round_floor(int ref_pos, int bsize_pix) {
246 if (ref_pos < 0)
247 round = -(1 + (-ref_pos - 1) / bsize_pix);
249 round = ref_pos / bsize_pix;
  /external/libaom/libaom/av1/common/
onyxc_int.h 922 int ref_pos = ((mi_row & 0x01) || !(bh & 0x01) || !subsampling_y) && local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_mem.c 1272 int ref_pos = tgsi_util_get_shadow_ref_src_index(target); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 222 milliseconds