OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_org
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/util/
convert.cc
242
uint8* const
ch_org
= new uint8[org_size];
local
245
if (
ch_org
== NULL || ch_rec == NULL) {
251
delete[]
ch_org
;
269
size_t bytes_org = fread(
ch_org
, sizeof(uint8),
277
libyuv::ARGBAttenuate(
ch_org
, 0,
ch_org
, 0, org_size / 4, 1);
281
libyuv::ARGBUnattenuate(
ch_org
, 0,
ch_org
, 0, org_size / 4, 1);
293
I420Scale(
ch_org
, src_width,
294
ch_org
+ src_width * src_height, half_src_width
[
all
...]
psnr_main.cc
93
uint8* const
ch_org
= new uint8[total_size];
local
94
memset(
ch_org
, 0, total_size);
95
size_t bytes_org = fread(
ch_org
, sizeof(uint8), total_size, file_org);
98
if (0 == libyuv::MJPGSize(
ch_org
, total_size, width_ptr, height_ptr)) {
99
delete[]
ch_org
;
103
delete[]
ch_org
;
237
bool UpdateMetrics(uint8*
ch_org
, uint8* ch_rec,
243
const uint8* const u_org =
ch_org
+ y_size + uv_offset;
245
const uint8* const v_org =
ch_org
+ y_size + (uv_size - uv_offset);
250
libyuv::ComputeSumSquareError(
ch_org
, ch_rec, y_size))
369
uint8* const
ch_org
= new uint8[total_size];
local
[
all
...]
Completed in 335 milliseconds