Home
last modified time | relevance | path

Searched defs:n_levels (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/
H A Dpyramid.c38 const int n_levels = AOMMAX(msb - MIN_PYRAMID_SIZE_LOG2, 1); in aom_get_pyramid_alloc_size() local
104 const int n_levels = AOMMAX(msb - MIN_PYRAMID_SIZE_LOG2, 1); in aom_alloc_pyramid() local
258 int n_levels, ImagePyramid *frame_pyr) { in fill_pyramid()
384 int n_levels, ImagePyramid *pyr) { in aom_compute_pyramid()
424 bool aom_is_pyramid_valid(ImagePyramid *pyr, int n_levels) { in aom_is_pyramid_valid()
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_mps_nlc_enc.c87 static WORD16 ixheaace_mps_212_calc_pcm_bits(const WORD16 num_val, const WORD16 n_levels) { in ixheaace_mps_212_calc_pcm_bits()
131 const WORD16 num_val, const WORD16 n_levels) { in ixheaace_mps_212_apply_pcm_coding()
770 static WORD32 ixheaace_mps_515_calc_pcm_bits(WORD32 num_val, WORD32 n_levels) { in ixheaace_mps_515_calc_pcm_bits()
823 WORD32 num_val, WORD32 n_levels) { in ixheaace_mps_515_apply_pcm_coding()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp3117 GLuint n_levels = 1; in prepareDstPxls() local
3177 GLuint n_levels = 1; in prepareSrcPxls() local
3521 const GLuint n_levels = (true == is_src_multi_level) ? FUNCTIONAL_TEST_N_LEVELS : 1; in verify() local
3545 const GLuint n_levels = (true == is_dst_multi_level) ? FUNCTIONAL_TEST_N_LEVELS : 1; in verify() local
H A Dgl4cTextureViewTests.cpp2274 … const unsigned n_levels = (texture_target == GL_TEXTURE_RECTANGLE) ? 1 : n_levels_needed; in initTextureStorage() local
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/
H A Ddisflow.c606 const ImagePyramid *ref_pyr, int n_levels, in compute_flow_field()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp1691 GLsizei n_levels = 1; in prepareTexture() local