Home
last modified time | relevance | path

Searched refs:is_y_plane (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/examples/
Dencoder_util.c31 const int is_y_plane = (plane == AOM_PLANE_Y); in find_mismatch_plane() local
32 const uint32_t bsizex = is_y_plane ? bsize : bsize >> img1->x_chroma_shift; in find_mismatch_plane()
33 const uint32_t bsizey = is_y_plane ? bsize : bsize >> img1->y_chroma_shift; in find_mismatch_plane()
35 is_y_plane ? img1->d_w in find_mismatch_plane()
38 is_y_plane ? img1->d_h in find_mismatch_plane()
50 is_y_plane ? mmin(i + bsizey, c_h) - i : mmin(i + bsizey, c_h - i); in find_mismatch_plane()
52 is_y_plane ? mmin(j + bsizex, c_w) - j : mmin(j + bsizex, c_w - j); in find_mismatch_plane()
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c339 const int is_y_plane = (plane == 0); // Is Y-plane? in tf_build_predictor() local
342 ref_frame->widths[is_y_plane ? 0 : 1], in tf_build_predictor()
343 ref_frame->heights[is_y_plane ? 0 : 1], in tf_build_predictor()
344 ref_frame->strides[is_y_plane ? 0 : 1] }; in tf_build_predictor()
1085 const int is_y_plane = (plane == 0); in av1_estimate_noise_from_single_plane() local
1086 const int height = frame->crop_heights[is_y_plane ? 0 : 1]; in av1_estimate_noise_from_single_plane()
1087 const int width = frame->crop_widths[is_y_plane ? 0 : 1]; in av1_estimate_noise_from_single_plane()
1088 const int stride = frame->strides[is_y_plane ? 0 : 1]; in av1_estimate_noise_from_single_plane()