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

  /external/libvpx/libvpx/test/
pp_filter_test.cc 60 uint8_t *const dst_image = local
65 uint8_t *const dst_image_ptr = dst_image + 8;
83 (void)vpx_memset(dst_image, 99, output_size);
102 vpx_free(dst_image);
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 182 uchar * dst_image, int dst_step,
218 if( !src_image || !dst_image || !storage || !dst_comp )
565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i;
574 dst_image += dst_step;
595 uchar * dst_image, int dst_step,
635 if( !src_image || !dst_image || !storage || !dst_comp )
997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i;
998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i;
999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c.i;
1008 dst_image += dst_step
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 1139 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 1158 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 1139 copybit_image_t dst_image; local
    [all...]

Completed in 325 milliseconds