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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_scale.c 19 static INLINE int scaled_y(int val, const struct scale_factors *sf) { function
38 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK;
40 scaled_y(mv->row, sf) + y_off_q4,
65 sf->y_step_q4 = scaled_y(16, sf);
69 sf->scale_value_y = scaled_y;
  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 19 static INLINE int scaled_y(int val, const struct scale_factors *sf) { function
46 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK;
48 scaled_y(mv->row, sf) + y_off_q4,
66 sf->y_step_q4 = scaled_y(16, sf);
70 sf->scale_value_y = scaled_y;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_scale.c 19 static INLINE int scaled_y(int val, const struct scale_factors *sf) { function
46 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK;
48 scaled_y(mv->row, sf) + y_off_q4,
66 sf->y_step_q4 = scaled_y(16, sf);
70 sf->scale_value_y = scaled_y;
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 309 bool scaled_y = false; local
382 EXPECT_TRUE(CheckScale(y_scale, y_samples, scaled_y))
390 scaled_y = true;
    [all...]

Completed in 729 milliseconds