Searched refs:max_plane (Results 1 - 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
H A Dcl_pyramid_blender.cpp320 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;
[all...]
H A Dcl_image_360_stitch.cpp889 int max_plane = need_uv ? 2 : 1; local
891 for (int plane = 0; plane < max_plane; ++plane) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c130 int min_plane, int max_plane) {
133 for (i = min_plane; i < max_plane; ++i) {
3486 int max_plane = MAX_MB_PLANE; local
3494 max_plane = 1;
3510 if (!x->select_tx_size) swap_block_ptr(x, ctx, 1, 0, 0, max_plane);
3681 int max_plane = is_inter_block(xd->mi[0]) ? MAX_MB_PLANE : 1; local
3682 for (plane = 0; plane < max_plane; ++plane) {
3687 for (plane = max_plane; plane < MAX_MB_PLANE; ++plane) {
4251 int max_plane = MAX_MB_PLANE; local
4258 max_plane
129 swap_block_ptr(MACROBLOCK *x, PICK_MODE_CONTEXT *ctx, int m, int n, int min_plane, int max_plane) argument
[all...]
H A Dvp9_encodeframe.c1693 int max_plane; local
1716 max_plane = is_inter_block(xdmi) ? MAX_MB_PLANE : 1;
1717 for (i = 0; i < max_plane; ++i) {
1724 for (i = max_plane; i < MAX_MB_PLANE; ++i) {

Completed in 154 milliseconds