| /third_party/ffmpeg/libavcodec/ |
| H A D | videodsp_template.c | 27 ff_emulated_edge_mc(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_linesize, ptrdiff_t src_linesize, int block_w, int block_h, int src_x, int src_y, int w, int h) ff_emulated_edge_mc() argument
|
| H A D | fmvc.c | 502 int block_w = s->blocks[block].w; in decode_frame() local
|
| H A D | snowdec.c | 38 int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in predict_slice_buffered() local
|
| H A D | snowenc.c | 233 const int block_w= 1<<(LOG2_MB_SIZE - level); in encode_q_branch() local 514 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; get_dc() local 609 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; get_block_rd() local 711 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; get_4block_rd() local 1074 const int block_w= MB_SIZE >> s->block_max_depth; iterative_me() local [all...] |
| H A D | snow.h | 413 int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in predict_slice() local 469 const int block_w= 1<<rem_depth; in set_blocks() local
|
| H A D | vp8.c | 1813 vp8_mc_luma(VP8Context *s, VP8ThreadData *td, uint8_t *dst, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_luma() argument 1871 vp8_mc_chroma(VP8Context *s, VP8ThreadData *td, uint8_t *dst1, uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_chroma() argument 1921 vp8_mc_part(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], ThreadFrame *ref_frame, int x_off, int y_off, int bx_off, int by_off, int block_w, int block_h, int width, int height, VP56mv *mv) vp8_mc_part() argument [all...] |
| H A D | hevcdec.c | 1500 luma_mc_uni(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref, const Mv *mv, int x_off, int y_off, int block_w, int block_h, int luma_weight, int luma_offset) luma_mc_uni() argument 1562 luma_mc_bi(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref0, const Mv *mv0, int x_off, int y_off, int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv) luma_mc_bi() argument 1653 chroma_mc_uni(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, uint8_t *src0, ptrdiff_t srcstride, int reflist, int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int chroma_offset) chroma_mc_uni() argument 1720 chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame *ref1, int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int cidx) chroma_mc_bi() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| H A D | drm_fb_cma_helper.c | 70 u32 block_w = drm_format_info_block_width(fb->format, plane); in drm_fb_cma_get_gem_addr() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| H A D | drm_fb_dma_helper.c | 77 u32 block_w = drm_format_info_block_width(fb->format, plane); in drm_fb_dma_get_gem_addr() local
|
| /kernel/linux/linux-5.10/include/drm/ |
| H A D | drm_fourcc.h | 116 u8 block_w[4]; member
|
| /kernel/linux/linux-6.6/include/drm/ |
| H A D | drm_fourcc.h | 121 u8 block_w[DRM_FORMAT_MAX_PLANES]; member
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | videodsp_init.c | 115 emulated_edge_mc(uint8_t *dst, const uint8_t *src, ptrdiff_t dst_stride, ptrdiff_t src_stride, x86_reg block_w, x86_reg block_h, x86_reg src_x, x86_reg src_y, x86_reg w, x86_reg h, emu_edge_vfix_func * const *vfix_tbl, emu_edge_vvar_func *v_extend_var, emu_edge_hfix_func * const *hfix_tbl, emu_edge_hvar_func *h_extend_var) emulated_edge_mc() argument 191 emulated_edge_mc_sse2(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) emulated_edge_mc_sse2() argument 204 emulated_edge_mc_avx2(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) emulated_edge_mc_avx2() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_job.h | 58 int block_w, block_h; member
|
| H A D | lima_context.h | 39 int block_w, block_h; member 169 uint16_t block_w, block_h; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_framebuffer.c | 213 u32 block_w = drm_format_info_block_width(fb->format, 0); in komeda_fb_check_src_coords() local 243 u32 offset, plane_x, plane_y, block_w, block_sz; in komeda_fb_get_pixel_addr() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_framebuffer.c | 213 u32 block_w = drm_format_info_block_width(fb->format, 0); in komeda_fb_check_src_coords() local 243 u32 offset, plane_x, plane_y, block_w, block_sz; in komeda_fb_get_pixel_addr() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_pixelize.c | 40 int block_w[4], block_h[4]; member 213 const int block_w = FFMIN(s->block_w[p], s->planewidth[p] - x * s->block_w[p]); in pixelize_slice() local [all...] |
| H A D | vf_shufflepixels.c | 38 int block_w, block_h; member [all...] |
| /kernel/linux/linux-5.10/include/media/ |
| H A D | v4l2-common.h | 496 u8 block_w[4]; member
|
| /kernel/linux/linux-6.6/include/media/ |
| H A D | v4l2-common.h | 498 u8 block_w[4]; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
| H A D | malidp_planes.c | 513 unsigned int block_w, block_h; in malidp_de_plane_check() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
| H A D | malidp_planes.c | 503 unsigned int block_w, block_h; in malidp_de_plane_check() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 539 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8) in Decoder() argument 545 int block_w, block_h, block_d; member in Decoder 1257 void Block::compute_infill_weights(int block_w, int block_h, int block_d) in compute_infill_weights() argument [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 405 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_image_to_buffer_tlb() local 824 const uint32_t block_w = vk_format_get_blockwidth(src->vk.format); in copy_image_tfu() local 946 const uint32_t block_w = vk_format_get_blockwidth(dst->vk.format); in copy_image_tlb() local 1349 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_tfu() local 1446 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_tlb() local 4281 const uint32_t block_w = vk_format_get_blockwidth(dst->vk.format); resolve_image_tlb() local [all...] |