HomeSort by relevance Sort by last modified time
    Searched refs:rst_info (Results 1 - 9 of 9) sorted by null

  /external/libaom/libaom/av1/common/
alloccommon.c 108 // Assumes cm->rst_info[p].restoration_unit_size is already initialized
112 av1_alloc_restoration_struct(cm, &cm->rst_info[p], p > 0);
151 RestorationStripeBoundaries *boundaries = &cm->rst_info[p].boundaries;
173 av1_free_restoration_struct(&cm->rst_info[p]);
179 RestorationStripeBoundaries *boundaries = &cm->rst_info[p].boundaries;
restoration.c 101 void av1_free_restoration_struct(RestorationInfo *rst_info) {
102 aom_free(rst_info->unit_info);
103 rst_info->unit_info = NULL;
    [all...]
restoration.h 287 void av1_free_restoration_struct(RestorationInfo *rst_info);
thread_common.c 703 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) continue;
711 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) continue;
856 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) continue;
861 const int unit_size = cm->rst_info[plane].restoration_unit_size;
onyxc_int.h 458 RestorationInfo rst_info[MAX_MB_PLANE]; member in struct:AV1Common
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 2581 RestorationInfo *const rst_info = cm->rst_info; local
    [all...]
  /external/libaom/libaom/av1/encoder/
bitstream.c     [all...]
pickrst.c 163 const RestorationInfo *rsi = &cm->rst_info[plane];
    [all...]
encoder.c     [all...]

Completed in 298 milliseconds