Searched refs:remaining_height (Results 1 – 4 of 4) sorted by relevance
516 const int remaining_height = plane_height - y; in ConstructNoiseImage() local517 if (remaining_height > stripe_start_offset) { in ConstructNoiseImage()524 } while (++i < remaining_height); in ConstructNoiseImage()
465 const int remaining_height = plane_height - y; in ConstructNoiseImageOverlap_C() local469 if (remaining_height <= 0) { in ConstructNoiseImageOverlap_C()479 if (remaining_height > 1) { in ConstructNoiseImageOverlap_C()
170 OPJ_UINT32 remaining_height);2183 OPJ_UINT32 remaining_height) in opj_v4dwt_interleave_h() argument2191 if (remaining_height >= 4 && ((OPJ_SIZE_T) a & 0x0f) == 0 && in opj_v4dwt_interleave_h()2210 if (remaining_height == 1) { in opj_v4dwt_interleave_h()2215 if (remaining_height == 2) { in opj_v4dwt_interleave_h()2220 if (remaining_height == 3) { in opj_v4dwt_interleave_h()2237 OPJ_UINT32 remaining_height) in opj_v4dwt_interleave_partial_h() argument2240 for (i = 0; i < remaining_height; i++) { in opj_v4dwt_interleave_partial_h()
1045 const int remaining_height = plane_height - y; in ConstructNoiseImageOverlap8bpp_NEON() local1046 if (remaining_height <= 0) { in ConstructNoiseImageOverlap8bpp_NEON()1055 if (remaining_height > 1) { in ConstructNoiseImageOverlap8bpp_NEON()