Home
last modified time | relevance | path

Searched refs:plane_height (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c309 int plane_height; in yv12_extend_frame_bottom_c() local
316 plane_height = ybf->y_height; in yv12_extend_frame_bottom_c()
319 src_ptr2 = src_ptr1 + (plane_height * plane_stride) - plane_stride; in yv12_extend_frame_bottom_c()
331 plane_height = ybf->uv_height; in yv12_extend_frame_bottom_c()
335 src_ptr2 = src_ptr1 + (plane_height * plane_stride) - plane_stride; in yv12_extend_frame_bottom_c()
348 src_ptr2 = src_ptr1 + (plane_height * plane_stride) - plane_stride; in yv12_extend_frame_bottom_c()
367 int plane_height; in yv12_extend_frame_left_right_c() local
375 plane_height = 16; in yv12_extend_frame_left_right_c()
384 for (i = 0; i < plane_height; ++i) { in yv12_extend_frame_left_right_c()
397 plane_height = 8; in yv12_extend_frame_left_right_c()
[all …]
/external/libaom/libaom/av1/decoder/
Ddetokenize.c31 int plane_block_height = param->plane_height; in decode_color_map_tokens()
76 &params.plane_height, &params.rows, &params.cols); in av1_decode_palette_tokens()
Ddecodeframe.c1104 &params.plane_height, NULL, NULL); in set_color_index_map_offset()
1105 xd->color_index_map_offset[plane] += params.plane_width * params.plane_height; in set_color_index_map_offset()
/external/webrtc/webrtc/common_video/
Dvideo_frame.cc184 const int plane_height = (type == kYPlane) ? height() : (height() + 1) / 2; in allocated_size() local
185 return plane_height * stride(type); in allocated_size()
/external/minigbm/
Di915.c318 uint32_t plane_height = drv_height_from_format(format, height, plane); in i915_bo_from_format() local
323 ret = i915_align_dimensions(bo, bo->tiling, &stride, &plane_height); in i915_bo_from_format()
328 bo->sizes[plane] = stride * plane_height; in i915_bo_from_format()
/external/libaom/libaom/av1/common/
Drestoration.c1120 const int plane_height = frame->crop_heights[is_uv]; in av1_loop_restoration_filter_frame_init() local
1123 extend_frame(frame->buffers[plane], plane_width, plane_height, in av1_loop_restoration_filter_frame_init()
1491 const int plane_height = ROUND_POWER_OF_TWO(cm->height, ss_y); in save_tile_row_boundary_lines() local
1508 const int use_deblock_below = (y1 < plane_height); in save_tile_row_boundary_lines()
Dblockd.h1129 int plane_height; member
/external/libaom/libaom/av1/encoder/
Dpickrst.c96 int plane_height; member
146 rsc->plane_height = src->crop_heights[is_uv]; in init_rsc()
1417 extend_frame(rsc.dgd_buffer, rsc.plane_width, rsc.plane_height, in av1_pick_filter_restoration()