Home
last modified time | relevance | path

Searched defs:nv_index (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp133 uint32_t nv_index = i / 2 * width + j - j % 2; // 2 mean u/v split factor in OnApplyYUVNV21() local
191 uint32_t nv_index = i / 2 * width + j - j % 2; // 2 mean u/v split factor in OnApplyYUVNV12() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcpu_contrast_algo.cpp122 uint32_t nv_index = i / 2 * width + j - j % 2; // 2 mean u/v split factor in OnApplyYUVNV21() local
179 uint32_t nv_index = i / 2 * width + j - j % 2; // 2 mean u/v split factor in OnApplyYUVNV12() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp308 … uint32_t nv_index = i / UV_PLANE_SIZE * width + j - j % UV_PLANE_SIZE; // 2 mean u/v split factor in ConvertFromYUVToRGB() local
347 … uint32_t nv_index = i / UV_PLANE_SIZE * width + j - j % UV_PLANE_SIZE; // 2 mean u/v split factor in ConvertFromRGBToYUV() local