HomeSort by relevance Sort by last modified time
    Searched full:reconstruction (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /external/opencv3/modules/calib3d/
CMakeLists.txt 1 set(the_description "Camera Calibration and 3D Reconstruction")
  /external/libhevc/common/
ihevc_recon.c 24 * Functions definitions reconstruction
53 /* include reconstruction */
59 * This function performs reconstruction for 4x4 input block
62 * Performs reconstruction of 4x4 input block by adding adding prediction
107 /* Reconstruction */
138 * This function performs reconstruction for 4x4 input block
141 * Performs reconstruction of 4x4 input block by adding adding prediction
189 /* Reconstruction */
220 * This function performs reconstruction for 8x8 input block
223 * Performs reconstruction of 8x8 input block by adding adding predictio
    [all...]
ihevc_chroma_recon.c 24 * Functions definitions reconstruction of chroma interleaved data.
64 * This function performs reconstruction for 4x4 input block
67 * Performs reconstruction of 4x4 input block by adding adding prediction
116 /* Reconstruction */
147 * This function performs reconstruction for 8x8 input block
150 * Performs reconstruction of 8x8 input block by adding adding prediction
199 /* Reconstruction */
230 * This function performs reconstruction for 16x16 input block
233 * Performs reconstruction of 16x16 input block by adding adding prediction
282 /* Reconstruction */
    [all...]
ihevc_iquant_recon.c 25 * reconstruction
54 /* include reconstruction */
60 * This function performs inverse quantization type 1 and reconstruction
64 * This function performs inverse quantization and reconstruction for 4x4
172 * This function performs inverse quantization and reconstruction for 4x4
176 * This function performs inverse quantization and reconstruction for 4x4
283 * This function performs inverse quantization and reconstruction for 8x8
287 * This function performs inverse quantization and reconstruction for 8x8
394 * This function performs inverse quantization and reconstruction for 16x16
398 * This function performs inverse quantization and reconstruction for 16x1
    [all...]
ihevc_chroma_iquant_recon.c 25 * reconstruction of chroma interleaved data.
65 * This function performs inverse quantization and reconstruction for 4x4
69 * This function performs inverse quantization and reconstruction for 4x4
177 * This function performs inverse quantization and reconstruction for 8x8
181 * This function performs inverse quantization and reconstruction for 8x8
289 * This function performs inverse quantization and reconstruction for 16x16
293 * This function performs inverse quantization and reconstruction for 16x16
ihevc_chroma_iquant_recon.h 24 * Functions declarations for inverse quantization and reconstruction of
ihevc_chroma_itrans_recon.h 24 * Functions declarations for inverse transform and reconstruction of
ihevc_chroma_recon.h 24 * Functions declarations reconstruction of chroma interleaved data.
ihevc_itrans_recon.c 24 * Contains function definitions for inverse transform and reconstruction
51 /* include reconstruction */
57 * This function performs Inverse transform type 1 (DST) and reconstruction
189 * This function performs Inverse transform and reconstruction for 4x4
ihevc_recon.h 24 * Functions declarations reconstruction
ihevc_iquant_itrans_recon.c 25 * transform and reconstruction
51 /* include reconstruction */
58 * type1(DST) and reconstruction for 4x4 input block
123 /* Inverse Quant and Inverse Transform and Reconstruction */
266 * reconstruction for 4x4 input block
ihevc_chroma_iquant_itrans_recon.h 25 * reconstruction of chroma interleaved data.
ihevc_iquant_recon.h 24 * Functions declarations for inverse quantization and reconstruction
ihevc_chroma_iquant_itrans_recon.c 25 * transform and reconstruction of chroma interleaved data.
64 * reconstruction for 4x4 input block
  /external/opencv3/samples/cpp/
pca.cpp 111 Mat reconstruction = p->pca.backProject(point); local
112 reconstruction = reconstruction.reshape(p->ch, p->rows);
113 reconstruction = toGrayscale(reconstruction);
115 imshow(p->winName, reconstruction);
157 Mat reconstruction = pca.backProject(point); // re-create the image from the "point" local
158 reconstruction = reconstruction.reshape(images[0].channels(), images[0].rows); // reshape from a row vector into image shape
159 reconstruction = toGrayscale(reconstruction); // re-scale for displaying purpose
    [all...]
  /external/opencv3/doc/py_tutorials/py_calib3d/
py_table_of_contents_calib3d.markdown 1 Camera Calibration and 3D Reconstruction {#tutorial_py_table_of_contents_calib3d}
  /external/opencv3/doc/tutorials/calib3d/
table_of_content_calib3d.markdown 1 Camera calibration and 3D reconstruction (calib3d module) {#tutorial_table_of_content_calib3d}
  /external/ceres-solver/examples/
bal_problem.h 52 // Move the "center" of the reconstruction to the origin, where the
54 // points. The reconstruction is then scaled so that the median
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_shape_swb12_tables.c 63 * The smallest reconstruction points for quantiztion of LAR coefficients.
73 * Number of reconstruction points of quantizers for LAR coefficients.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 28 * Contains modules for inter reconstruction
48 * further reconstruction.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 28 * Contains modules for inter reconstruction
48 * further reconstruction.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformResidualAndAdd.c 52 * iDstReconStep - Step of the destination reconstruction buffer; must be a
59 * pDstRecon -Pointer to the destination reconstruction buffer. 4-byte
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 28 * Contains modules for inter reconstruction
48 * buffer holds the residuals for further reconstruction.
  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.h 32 // This filter bank does not satisfy perfect reconstruction. The SNR after
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ApplicationSpecific.java 113 * @throws IOException if reconstruction fails.
126 * @throws IOException if reconstruction fails.

Completed in 3111 milliseconds

1 2 3 4 5 6 7 8 910