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

  /external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 19 int in_width; member in struct:__anon5331
46 int bicubic_coefficient_setup(int in_width, int in_height, int out_width, int out_height);
47 int bicubic_scale(int in_width, int in_height, int in_stride,
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 295 int bicubic_coefficient_setup(int in_width, int in_height, int out_width, int out_height)
312 if ((in_width == g_b_scaler.in_width) && (in_height == g_b_scaler.in_height)
316 g_b_scaler.in_width = in_width;
328 gcd_w = gcd(out_width, in_width);
336 d_w = in_width / gcd_w;
470 if ((g_b_scaler.l_w[i] + 2) <= in_width)
484 int bicubic_scale(int in_width, int in_height, int in_stride,
522 for (w = 0; w < in_width; w++
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
mfc_interface.h 95 int in_width; /* [IN] width of YUV420 frame to be encoded */ member in struct:__anon1590
136 int in_width; /* [IN] width of YUV420 frame to be encoded */ member in struct:__anon1591
  /external/libvpx/vpx_scale/dm642/
bicubic_scaler_c64.c 20 int bicubic_scale_c64(int in_width, int in_height, int in_stride,
61 for (w = 0; w < in_width; w += 4)
159 if ((lw + 2) >= in_width)
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c 134 EncArg.args.enc_init_mpeg4.in_width = mpeg4_arg->SourceWidth;
196 EncArg.args.enc_init_mpeg4.in_width = h263_arg->SourceWidth;
242 EncArg.args.enc_init_h264.in_width = h264_arg->SourceWidth;

Completed in 2563 milliseconds