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

  /external/libvpx/libvpx/test/
encode_test_driver.cc 127 static bool compare_img(const vpx_image_t *img1, const vpx_image_t *img2) { function in namespace:libvpx_test
248 const bool res = compare_img(img_enc, img_dec);
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 71 static int compare_img(const vpx_image_t *const img1, function
209 if (!compare_img(&enc_img, &dec_img)) {
  /external/libvpx/libvpx/
vpxenc.c 793 static int compare_img(const vpx_image_t *const img1, function
    [all...]

Completed in 175 milliseconds