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

  /external/libyuv/files/source/
general.cc 74 int src_width, int src_height,
80 if (src_width == dst_width && src_height == dst_height) {
84 if (dst_width > src_width || dst_height > src_height) {
94 int half_dst_height= src_height / 2;
95 int crop_height = ( src_height - dst_height ) / 2;
103 i = src_width * src_height; // ilum
111 i = src_width * src_height + half_dst_height * halfsrc_width; // ilum + Cr
123 int src_height, uint8* dst_frame,
126 if (src_width < 1 || dst_width < 1 || src_height < 1 || dst_height < 1) {
129 if (src_width == dst_width && src_height == dst_height)
    [all...]
scale.cc 853 int src_height) {
    [all...]
  /external/libyuv/files/include/libyuv/
general.h 36 int src_height, uint8* dst_frame,
42 int src_width, int src_height,
scale.h 38 int src_width, int src_height,
49 int Scale(const uint8* src, int src_width, int src_height,
56 int src_width, int src_height,
  /external/libyuv/files/unit_test/
scale_test.cc 32 int src_height = 720; local
34 int src_height_uv = (src_height + 1) >> 1;
36 int src_y_plane_size = (src_width + (2 * b)) * (src_height + (2 * b));
47 int dst_height = src_height >> 2;
82 for (i = b; i < (src_height + b); i += 4) {
116 src_width, src_height,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XShm.h 113 unsigned int /* src_height */,
  /external/webp/src/enc/
picture.c 278 int src_width, int src_height, int src_stride,
285 ((int64_t)dst_height << RFIX) / (dst_width * src_height) :
286 ((int64_t)dst_height << RFIX) / (src_width * src_height);
287 int y_accum = src_height;
293 for (y = 0; y < src_height; ++y) {
299 for (; y_accum <= 0; y_accum += src_height) {
  /external/webp/src/dec/
webpi.h 36 int src_width, src_height; // source dimensions member in struct:__anon13751
io.c 424 int src_width, int src_height,
431 wrk->src_height = src_height;
445 ((int64_t)dst_height << RFIX) / (x_sub * src_height) :
446 ((int64_t)dst_height << RFIX) / (x_add * src_height);
    [all...]
  /external/opencv/cv/include/
cv.h 100 dst_height = floor(src_height/2)[+1]
108 dst_height = src_height*2
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h     [all...]

Completed in 295 milliseconds