HomeSort by relevance Sort by last modified time
    Searched full:scaled_y (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 19 static INLINE int scaled_y(int val, const struct scale_factors_common *sfc) { function
30 scaled_y(mv->row, scale->sfc) + scale->y_offset_q4,
47 scale->y_offset_q4 = scaled_y(row << SUBPEL_BITS, scale->sfc) & SUBPEL_MASK;
85 scale_comm->y_step_q4 = scaled_y(16, scale_comm);
89 scale_comm->scale_value_y = scaled_y;
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 286 bool scaled_y = false; local
359 EXPECT_TRUE(CheckScale(y_scale, y_samples, scaled_y))
367 scaled_y = true;
    [all...]

Completed in 926 milliseconds