HomeSort by relevance Sort by last modified time
    Searched defs:heights (Results 1 - 11 of 11) sorted by null

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TextureSharedData.h 24 std::map<GLsizei, GLsizei> heights; member in struct:TextureDims
  /external/skia/tests/
SwizzlerTest.cpp 71 // Test on the smallest possible height and representative heights
72 const uint32_t heights[] = { 1, 5, 10 }; local
79 for (uint32_t height : heights) {
  /external/skqp/tests/
SwizzlerTest.cpp 71 // Test on the smallest possible height and representative heights
72 const uint32_t heights[] = { 1, 5, 10 }; local
79 for (uint32_t height : heights) {
  /cts/tests/pdf/src/android/graphics/pdf/cts/
PdfRendererTransformTest.java 70 int[] heights = new int[] { A4_HEIGHT_PTS * 3 / 4, A4_HEIGHT_PTS, A4_HEIGHT_PTS * 4 / 3 local
101 for (int height : heights) {
  /external/libvpx/libvpx/vpx_dsp/
psnr.c 205 const int heights[3] = { a->y_crop_height, a->uv_crop_height, local
219 const int h = heights[i];
253 const int heights[3] = { a->y_crop_height, a->uv_crop_height, local
265 const int h = heights[i];
  /external/libaom/libaom/aom_dsp/
psnr.c 310 const int heights[3] = { a->y_crop_height, a->uv_crop_height, local
322 const int h = heights[i];
355 const int heights[3] = { a->y_crop_height, a->uv_crop_height, local
365 const int h = heights[i];
  /external/libaom/libaom/aom_scale/
yv12config.h 45 int heights[2]; member in union:yv12_buffer_config::__anon26459
  /external/skia/gm/
blurrect.cpp 178 const int heights[] = {100, 100, 5, 25, 150, 25}; local
191 int height = heights[i];
  /external/skqp/gm/
blurrect.cpp 178 const int heights[] = {100, 100, 5, 25, 150, 25}; local
191 int height = heights[i];
  /external/libaom/libaom/av1/encoder/
global_motion.c 60 int heights[N_LEVELS]; member in struct:__anon26620
615 frm_pyr->heights[level] = frm_pyr->heights[level - 1] >> 1;
622 (2 * frm_pyr->pad_size + frm_pyr->heights[level - 1]);
638 frm_pyr->heights[0] = frm_height;
648 frm_pyr->heights[0], frm_pyr->widths[0],
653 cur_height = frm_pyr->heights[0];
673 cur_height = frm_pyr->heights[level];
678 frm_pyr->heights[level - 1], frm_pyr->widths[level - 1],
731 aom_malloc(frm_pyr->strides[0] * frm_pyr->heights[0] * sizeof(*flow_u))
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.cpp 3100 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; local
3160 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; local
3410 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; local
    [all...]

Completed in 515 milliseconds