HomeSort by relevance Sort by last modified time
    Searched refs:img1 (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
util.h 22 static double compute_psnr(const vpx_image_t *img1,
24 assert((img1->fmt == img2->fmt) &&
25 (img1->d_w == img2->d_w) &&
26 (img1->d_h == img2->d_h));
28 const unsigned int width_y = img1->d_w;
29 const unsigned int height_y = img1->d_h;
35 int64_t d = img1->planes[VPX_PLANE_Y][i * img1->stride[VPX_PLANE_Y] + j] -
encode_test_driver.cc 107 static bool compare_img(const vpx_image_t *img1,
109 bool match = (img1->fmt == img2->fmt) &&
110 (img1->d_w == img2->d_w) &&
111 (img1->d_h == img2->d_h);
113 const unsigned int width_y = img1->d_w;
114 const unsigned int height_y = img1->d_h;
117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
120 const unsigned int width_uv = (img1->d_w + 1) >> 1;
121 const unsigned int height_uv = (img1->d_h + 1) >> 1
    [all...]
error_resilience_test.cc 104 virtual void MismatchHook(const vpx_image_t *img1,
106 double mismatch_psnr = compute_psnr(img1, img2);
encode_test_driver.h 217 virtual void MismatchHook(const vpx_image_t *img1,
  /external/libvpx/libvpx/test/
util.h 22 static double compute_psnr(const vpx_image_t *img1,
24 assert((img1->fmt == img2->fmt) &&
25 (img1->d_w == img2->d_w) &&
26 (img1->d_h == img2->d_h));
28 const unsigned int width_y = img1->d_w;
29 const unsigned int height_y = img1->d_h;
35 int64_t d = img1->planes[VPX_PLANE_Y][i * img1->stride[VPX_PLANE_Y] + j] -
encode_test_driver.cc 107 static bool compare_img(const vpx_image_t *img1,
109 bool match = (img1->fmt == img2->fmt) &&
110 (img1->d_w == img2->d_w) &&
111 (img1->d_h == img2->d_h);
113 const unsigned int width_y = img1->d_w;
114 const unsigned int height_y = img1->d_h;
117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
120 const unsigned int width_uv = (img1->d_w + 1) >> 1;
121 const unsigned int height_uv = (img1->d_h + 1) >> 1
    [all...]
error_resilience_test.cc 104 virtual void MismatchHook(const vpx_image_t *img1,
106 double mismatch_psnr = compute_psnr(img1, img2);
encode_test_driver.h 217 virtual void MismatchHook(const vpx_image_t *img1,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
util.h 22 static double compute_psnr(const vpx_image_t *img1,
24 assert((img1->fmt == img2->fmt) &&
25 (img1->d_w == img2->d_w) &&
26 (img1->d_h == img2->d_h));
28 const unsigned int width_y = img1->d_w;
29 const unsigned int height_y = img1->d_h;
35 int64_t d = img1->planes[VPX_PLANE_Y][i * img1->stride[VPX_PLANE_Y] + j] -
encode_test_driver.cc 107 static bool compare_img(const vpx_image_t *img1,
109 bool match = (img1->fmt == img2->fmt) &&
110 (img1->d_w == img2->d_w) &&
111 (img1->d_h == img2->d_h);
113 const unsigned int width_y = img1->d_w;
114 const unsigned int height_y = img1->d_h;
117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
120 const unsigned int width_uv = (img1->d_w + 1) >> 1;
121 const unsigned int height_uv = (img1->d_h + 1) >> 1
    [all...]
error_resilience_test.cc 104 virtual void MismatchHook(const vpx_image_t *img1,
106 double mismatch_psnr = compute_psnr(img1, img2);
encode_test_driver.h 217 virtual void MismatchHook(const vpx_image_t *img1,
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 432 static void find_mismatch(const vpx_image_t *const img1,
436 const uint32_t bsizey = bsize >> img1->y_chroma_shift;
437 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
439 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
441 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift;
445 for (i = 0, match = 1; match && i < img1->d_h; i += bsize)
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 469 static void find_mismatch(const vpx_image_t *const img1,
473 const uint32_t bsizey = bsize >> img1->y_chroma_shift;
474 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
476 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
478 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift;
482 for (i = 0, match = 1; match && i < img1->d_h; i += bsize)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 469 static void find_mismatch(const vpx_image_t *const img1,
473 const uint32_t bsizey = bsize >> img1->y_chroma_shift;
474 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
476 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
478 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift;
482 for (i = 0, match = 1; match && i < img1->d_h; i += bsize)
    [all...]
  /external/chromium_org/chrome/common/extensions/api/extension_action/
page_action_manifest_unittest.cc 69 std::string img1("image1.png");
77 ASSERT_EQ(img1,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ssim.c 149 unsigned char *img1,
162 for(i=0; i < height-8; i+=4, img1 += stride_img1*4, img2 += stride_img2*4)
166 double v = ssim_8x8(img1+j, stride_img1, img2+j, stride_img2);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ssim.c 79 double vp9_ssim2(uint8_t *img1, uint8_t *img2, int stride_img1,
87 i += 4, img1 += stride_img1 * 4, img2 += stride_img2 * 4) {
89 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 82 bool IsEqual(const gfx::Image& img1, const gfx::Image& img2) {
83 img1.AsImageSkia().EnsureRepsForSupportedScales();
85 std::vector<gfx::ImageSkiaRep> img1_reps = img1.AsImageSkia().image_reps();
  /external/libvpx/libvpx/vp8/encoder/
ssim.c 149 unsigned char *img1,
162 for(i=0; i < height-8; i+=4, img1 += stride_img1*4, img2 += stride_img2*4)
166 double v = ssim_8x8(img1+j, stride_img1, img2+j, stride_img2);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ssim.c 79 double vp9_ssim2(uint8_t *img1, uint8_t *img2, int stride_img1,
87 i += 4, img1 += stride_img1 * 4, img2 += stride_img2 * 4) {
89 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ssim.c 149 unsigned char *img1,
162 for(i=0; i < height-8; i+=4, img1 += stride_img1*4, img2 += stride_img2*4)
166 double v = ssim_8x8(img1+j, stride_img1, img2+j, stride_img2);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c 78 double vp9_ssim2(uint8_t *img1, uint8_t *img2, int stride_img1,
86 i += 4, img1 += stride_img1 * 4, img2 += stride_img2 * 4) {
88 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);
  /external/opencv/cxcore/src/
_cxipp.h 325 ( const srctype* img1, int imgstep1, \
330 ( const srctype* img1, int imgstep1, \
335 ( const srctype* img1, int imgstep1, \
354 ( const srctype* img1, int imgstep1, \
359 ( const srctype* img1, int imgstep1, \
364 ( const srctype* img1, int imgstep1, \
386 ( const srctype* img1, int imgstep1, \
392 ( const srctype* img1, int imgstep1, \
398 ( const srctype* img1, int imgstep1, \
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py 222 'img1.png': '''abc''',
286 <img src="img1.png">
294 'img1.png': '''abc''',

Completed in 5523 milliseconds

1 2