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

  /external/chromium_org/third_party/libyuv/util/
convert.cc 244 uint8* const ch_rec = new uint8[total_size]; local
245 if (ch_org == NULL || ch_rec == NULL) {
253 delete[] ch_rec;
298 ch_rec, dst_width,
299 ch_rec + dst_width * dst_height, half_dst_width,
300 ch_rec + dst_width * dst_height +
325 ch_rec, dst_width,
326 ch_rec + dst_width * dst_height, half_width,
327 ch_rec + dst_width * dst_height +
334 size_t bytes_rec = fwrite(ch_rec, sizeof(uint8)
    [all...]
psnr_main.cc 237 bool UpdateMetrics(uint8* ch_org, uint8* ch_rec,
244 const uint8* const u_rec = ch_rec + y_size;
246 const uint8* const v_rec = ch_rec + y_size + uv_size;
250 libyuv::ComputeSumSquareError(ch_org, ch_rec, y_size));
256 double y_err = ComputeSumSquareError(ch_org, ch_rec, y_size);
271 distorted_frame->y = CalcSSIM(ch_org, ch_rec, image_width, image_height);
370 uint8* const ch_rec = new uint8[total_size]; local
371 if (ch_org == NULL || ch_rec == NULL) {
378 delete[] ch_rec;
456 size_t bytes_rec = fread(ch_rec, sizeof(uint8)
    [all...]

Completed in 405 milliseconds