Searched refs:kPlaneV (Results 1 – 14 of 14) sorted by relevance
/external/libgav1/libgav1/src/ |
D | yuv_buffer.cc | 92 stride_[kPlaneV] = frame_buffer.stride[2]; in Realloc() 95 buffer_[kPlaneV] = frame_buffer.plane[2]; in Realloc() 154 stride_[kPlaneU] = stride_[kPlaneV] = uv_stride; in Realloc() 169 buffer_[kPlaneV] = in Realloc() 183 left_border_[kPlaneU] = left_border_[kPlaneV] = uv_left_border; in Realloc() 184 right_border_[kPlaneU] = right_border_[kPlaneV] = uv_right_border; in Realloc() 185 top_border_[kPlaneU] = top_border_[kPlaneV] = uv_top_border; in Realloc() 186 bottom_border_[kPlaneU] = bottom_border_[kPlaneV] = uv_bottom_border; in Realloc() 194 assert(!is_monochrome || stride_[kPlaneV] == 0); in Realloc() 196 assert(!is_monochrome || buffer_[kPlaneV] == nullptr); in Realloc()
|
D | film_grain.cc | 453 noise_stripes_[kPlaneV].Reset(max_luma_num, in AllocateNoiseStripes() 475 if (!noise_image_[kPlaneV].Reset( in AllocateNoiseImage() 568 assert(plane == kPlaneV); in BlendNoiseChromaWorker() 646 subsampling_y_, &noise_stripes_[kPlaneV]); in AddNoise() 672 ConstructNoiseImage(&noise_stripes_[kPlaneV], width_, height_, in AddNoise() 676 &noise_image_[kPlaneV]); in AddNoise() 682 &noise_stripes_[kPlaneV], width_, height_, subsampling_x_, in AddNoise() 683 subsampling_y_, &noise_image_[kPlaneV]); in AddNoise() 714 planes_to_blend[num_planes++] = kPlaneV; in AddNoise() 732 planes_to_blend[num_planes++] = kPlaneV; in AddNoise() [all …]
|
D | obu_parser.cc | 950 if (!ParseDeltaQuantizer(&quantizer->delta_dc[kPlaneV]) || in ParseQuantizerParameters() 951 !ParseDeltaQuantizer(&quantizer->delta_ac[kPlaneV])) { in ParseQuantizerParameters() 955 quantizer->delta_dc[kPlaneV] = quantizer->delta_dc[kPlaneU]; in ParseQuantizerParameters() 956 quantizer->delta_ac[kPlaneV] = quantizer->delta_ac[kPlaneU]; in ParseQuantizerParameters() 968 quantizer->matrix_level[kPlaneV] = scratch; in ParseQuantizerParameters() 970 quantizer->matrix_level[kPlaneV] = quantizer->matrix_level[kPlaneU]; in ParseQuantizerParameters() 1089 quantizer->delta_dc[kPlaneV] == 0 && quantizer->delta_ac[kPlaneV] == 0; in ComputeSegmentLosslessAndQIndex() 1175 loop_restoration->unit_size_log2[kPlaneV] = in ParseLoopRestorationParameters()
|
D | decoder_impl.cc | 1575 displayable_frame->buffer()->stride(kPlaneV)); in ApplyFilmGrain() 1578 (*film_grain_frame)->buffer()->stride(kPlaneV)); in ApplyFilmGrain() 1593 displayable_frame->buffer()->data(kPlaneV), input_stride_uv, in ApplyFilmGrain() 1597 (*film_grain_frame)->buffer()->data(kPlaneV), output_stride_uv)) { in ApplyFilmGrain() 1615 displayable_frame->buffer()->data(kPlaneV), input_stride_uv, in ApplyFilmGrain() 1619 (*film_grain_frame)->buffer()->data(kPlaneV), output_stride_uv)) { in ApplyFilmGrain()
|
D | tile.h | 766 residual_size[kPlaneU] = residual_size[kPlaneV] = in Block() 793 top_available[kPlaneU] = top_available[kPlaneV] = tile.IsTopInside( in Block() 803 left_available[kPlaneU] = left_available[kPlaneV] = tile.IsLeftInside( in Block()
|
D | post_filter.h | 197 loop_restoration.type[kPlaneV] != kLoopRestorationTypeNone) && in DoRestoration()
|
/external/libgav1/libgav1/src/post_filter/ |
D | deblock.cc | 169 bool need_filter_v = frame_header_.loop_filter.level[kPlaneV + 1] != 0; in GetHorizontalDeblockFilterEdgeInfoUV() 174 kDeblockFilterLevelIndex[kPlaneV][kLoopFilterTypeHorizontal]; in GetHorizontalDeblockFilterEdgeInfoUV() 257 bool need_filter_v = frame_header_.loop_filter.level[kPlaneV + 1] != 0; in GetVerticalDeblockFilterEdgeInfoUV() 262 kDeblockFilterLevelIndex[kPlaneV][kLoopFilterTypeVertical]; in GetVerticalDeblockFilterEdgeInfoUV() 335 const ptrdiff_t src_stride_v = frame_buffer_.stride(kPlaneV); in HorizontalDeblockFilter() 337 uint8_t* src_v = GetSourceBuffer(kPlaneV, row4x4_start, column4x4_start); in HorizontalDeblockFilter() 413 uint8_t* src_v = GetSourceBuffer(kPlaneV, row4x4_start, column4x4_start); in VerticalDeblockFilter() 415 const ptrdiff_t src_stride_v = frame_buffer_.stride(kPlaneV); in VerticalDeblockFilter() 417 const ptrdiff_t row_stride_v = MultiplyBy4(frame_buffer_.stride(kPlaneV)); in VerticalDeblockFilter()
|
D | cdef.cc | 147 uint16_t* cdef_src = cdef_source + static_cast<int>(plane == kPlaneV) * in PrepareCdefBlock() 288 static_cast<int>(plane == kPlaneV) * kCdefUnitSizeWithBorders * in ApplyCdefForOneUnit() 471 for (int plane = kPlaneU; plane <= kPlaneV; ++plane) { in ApplyCdefForOneUnit() 485 for (int plane = kPlaneU; plane <= kPlaneV; ++plane) { in ApplyCdefForOneUnit() 511 for (int plane = kPlaneU; plane <= kPlaneV; ++plane) { in ApplyCdefForOneUnit()
|
D | post_filter.cc | 167 frame_header.loop_filter.level[kPlaneV + 1] != 0), 443 loop_restoration_border_.data(kPlaneV) + in SetupLoopRestorationBorder() 444 row_offset_start * loop_restoration_border_.stride(kPlaneV)}; in SetupLoopRestorationBorder()
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 64 const int kPlaneV = 2; variable 715 jni_buffer->DisplayedHeight(kPlaneV)); in DECODER_FUNC() 717 jni_buffer->Plane(kPlaneV), jni_buffer->Stride(kPlaneV), in DECODER_FUNC() 719 native_window_buffer_uv_stride, jni_buffer->DisplayedWidth(kPlaneV), in DECODER_FUNC()
|
/external/libgav1/libgav1/src/utils/ |
D | constants.h | 188 enum Plane : uint8_t { kPlaneY, kPlaneU, kPlaneV }; enumerator 189 enum : uint8_t { kMaxPlanesMonochrome = kPlaneY + 1, kMaxPlanes = kPlaneV + 1 };
|
/external/libgav1/libgav1/src/tile/bitstream/ |
D | palette.cc | 104 uint16_t* const palette_color_v = bp.palette_mode_info.color[kPlaneV]; in ReadPaletteColors()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | film_grain_sse4.cc | 442 assert(plane == kPlaneU || plane == kPlaneV); in BlendNoiseWithImageChroma8bpp_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | film_grain_neon.cc | 973 assert(plane == kPlaneU || plane == kPlaneV); in BlendNoiseWithImageChroma8bpp_NEON()
|