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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.c 28 int x_q4 = x0_q4; local
30 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
31 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
36 x_q4 += x_step_q4;
50 int x_q4 = x0_q4; local
52 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
53 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
59 x_q4 += x_step_q4;
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 29 int x_q4 = x0_q4; local
31 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
32 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
37 x_q4 += x_step_q4;
51 int x_q4 = x0_q4; local
53 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
54 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
60 x_q4 += x_step_q4;
350 int x_q4 = x0_q4; local
352 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BITS]
375 int x_q4 = x0_q4; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 469 int x_q4 = x0_q4; local
473 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
474 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
475 if (x_q4 & SUBPEL_MASK) {
483 x_q4 += x_step_q4;
587 int x_q4 = x0_q4; local
591 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
592 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
593 if (x_q4 & SUBPEL_MASK) {
601 x_q4 += x_step_q4
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2596 const int x_q4 = x * (16 \/ factor) * src_w \/ dst_w; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 1937 const int x_q4 = x * (16 \/ factor) * in_w \/ out_w; local
    [all...]

Completed in 574 milliseconds