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

  /external/libxcam/modules/ocl/
cl_pyramid_blender.cpp 320 int max_plane = (need_uv ? 2 : 1);
333 for (int i_plane = 0; i_plane < max_plane; ++i_plane) {
402 int max_plane = (need_uv ? 2 : 1);
407 for (int i_plane = 0; i_plane < max_plane; ++i_plane) {
432 uint32_t max_plane = (need_uv ? 2 : 1);
437 for (uint32_t plane = 0; plane < max_plane; ++plane) {
520 uint32_t max_plane = (need_uv () ? 2 : 1);
522 for (uint32_t plane = 0; plane < max_plane; ++plane) {
813 int max_plane = (need_uv () ? 2 : 1);
820 for (int i_plane = 0; i_plane < max_plane; ++i_plane)
    [all...]
cl_image_360_stitch.cpp 889 int max_plane = need_uv ? 2 : 1; local
891 for (int plane = 0; plane < max_plane; ++plane) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 130 int min_plane, int max_plane) {
133 for (i = min_plane; i < max_plane; ++i) {
3486 int max_plane = MAX_MB_PLANE; local
3681 int max_plane = is_inter_block(xd->mi[0]) ? MAX_MB_PLANE : 1; local
4251 int max_plane = MAX_MB_PLANE; local
    [all...]
vp9_encodeframe.c 1693 int max_plane; local
    [all...]

Completed in 442 milliseconds