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

1 2 3 4 5 6

  /external/libavc/common/
ih264_deblk_tables.h 26 * This file contains declarations of tables used for deblocking
48 * @brief alpha & beta tables for deblocking
63 * @brief t'C0 table for deblocking
ih264_deblk_tables.c 26 * Contains tables used for deblocking
60 * @brief alpha & beta tables for deblocking
95 * @brief t'C0 table for deblocking
ih264_deblk_edge_filters.h 26 * This file contains declarations of functions used for deblocking
  /external/libavc/encoder/
ih264e_deblk.h 27 * This file contains extern declarations of deblocking routines
80 * @brief This function performs deblocking on an mb
83 * This function performs deblocking on an mb
ih264e_defs.h 396 * Contains status map indicating deblocking status per MB basis
482 * Level 0 enables deblocking completely and level 4 disables completely
483 * Other levels are intermediate values to control deblocking level
489 * Enable deblocking completely
499 * Enable deblocking once in DEBLOCK_INTERVAL number of pictures
505 * Enable deblocking only for I slices
510 * Disable deblocking completely
ih264e_deblk.c 27 * This file contains functions that are associated with deblocking
481 * @brief This function performs deblocking of top horizontal edge
484 * This function performs deblocking of top horizontal edge
584 * @brief This function performs deblocking of left vertical edge
587 * This function performs deblocking of top horizontal edge
687 * @brief This function performs deblocking on an mb
690 * This function performs deblocking on an mb
742 /* deblocking filter idc '2' */
  /external/libhevc/decoder/
ihevcd_defs.h 381 * Level 0 enables deblocking completely and level 4 disables completely
382 * Other levels are intermediate values to control deblocking level
388 * Enable deblocking completely
397 * Enable deblocking once in DEBLOCK_INTERVAL number of pictures
403 * Enable deblocking only for I slices
408 * Disable deblocking completely
416 * Enable deblocking completely
425 * Enable deblocking once in DEBLOCK_INTERVAL number of pictures
431 * Enable deblocking only for I slices
436 * Disable deblocking completel
    [all...]
ihevcd_ilf_padding.h 24 * Does frame level loop filtering (deblocking and SAO) and padding
ihevcd_ilf_padding.c 24 * Does frame level loop filtering (deblocking and SAO) and padding
113 /* If the last CTB in the row was a complete CTB then deblocking has to be called from remaining pixels, since deblocking
131 /* If the last CTB in the column was a complete CTB then deblocking has to be called from remaining pixels, since deblocking
ihevcd_boundary_strength.c 319 * and deblocking is done on 8x8 grid
332 * and deblocking is done on 8x8 grid
430 * and deblocking is done on 8x8 grid
444 * and deblocking is done on 8x8 grid
605 * and deblocking is done on 8x8 grid
618 * and deblocking is done on 8x8 grid
639 * and deblocking is done on 8x8 grid
652 * and deblocking is done on 8x8 grid
749 * and deblocking is done on 8x8 grid
765 * and deblocking is done on 8x8 gri
    [all...]
ihevcd_deblk.c 82 * For a given CTB, deblocking on both vertical and
231 /** Deblocking is done on a shifted CTB -
242 * and deblocking is done on 8x8 grid
372 /** Deblocking is done on a shifted CTB -
382 * and deblocking is done on 8x8 grid
514 /** Deblocking is done on a shifted CTB -
661 /** Deblocking is done on a shifted CTB -
  /external/libhevc/common/
ihevc_deblk_tables.c 43 * Beta table for deblocking
55 * Tc table for deblocking
69 * QP table for deblocking
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc_semaphore.cpp 34 postmode = post processing semaphore with the vertical deblocking,
35 horizontal deblocking, and deringing bits set up accordingly
53 therefore, both horizontal and vertical deblocking bits are enabled.
56 deblocking and deringing bits:
59 may result, therefore, only the vertical deblocking bit is enabled.
60 Otherwise, the vertical deblocking bit is disabled.
63 artifacts may result, therefore, only the horizontal deblocking bit is
64 enabled. Otherwise, the horizontal deblocking bit is disabled.
70 deblocking and deringing.
76 | Vertical Deblocking (Bit #0) | 1 | 0
    [all...]
deringing_luma.cpp 89 /* threshold rearrangement for deblocking
143 /* threshold rearrangement for deblocking
205 /* threshold rearrangement for deblocking
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8.h 22 * - In loop deblocking filter
87 int deblocking_level; /**< the strength of deblocking, valid range [0, 16] */
  /external/libavc/decoder/
ih264d_deblocking.c 48 * Decoder specific deblocking routines
416 /* Return from here to switch off deblocking */
454 /* - Left Egde is part of Slice Boundary and Deblocking */
543 /* - Top Egde is part of Slice Boundary and Deblocking */
681 /* Description : This function carries out deblocking on a whole picture */
717 /* frequently throughout the deblocking procedure */
743 /* Initial filling of the buffers with deblocking data */
    [all...]
ih264d_function_selector_generic.c 171 /* Init fn ptr luma deblocking */
181 /* Init fn ptr chroma deblocking */
  /external/libavc/decoder/arm/
ih264d_function_selector_a9q.c 154 /* Init fn ptr luma deblocking */
163 /* Init fn ptr chroma deblocking */
ih264d_function_selector_av8.c 151 /* Init fn ptr luma deblocking */
160 /* Init fn ptr chroma deblocking */
  /external/libavc/decoder/x86/
ih264d_function_selector_ssse3.c 141 /* Init fn ptr luma deblocking */
150 /* Init fn ptr chroma deblocking */
  /external/libavc/encoder/arm/
ih264e_function_selector_a9q.c 174 /* Init fn ptr luma deblocking */
180 /* Init fn ptr chroma deblocking */
ih264e_function_selector_av8.c 182 /* Init fn ptr luma deblocking */
188 /* Init fn ptr chroma deblocking */
  /external/libavc/encoder/x86/
ih264e_function_selector_ssse3.c 149 /* Init fn ptr luma deblocking */
154 /* Init fn ptr chroma deblocking */
  /external/libvpx/libvpx/vpx/
vp8.h 22 * - In loop deblocking filter
87 int deblocking_level; /**< the strength of deblocking, valid range [0, 16] */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DeBlockPixel.c 54 * [in] bS deblocking strength
66 int bS, /* deblocking strength */

Completed in 332 milliseconds

1 2 3 4 5 6