/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 | h264_mb_template.c | 53 const int block_h = 16 >> h->chroma_y_shift; in hl_decode_mb() local [all...] |
H A D | fmvc.c | 498 int block_h = s->blocks[block].h; in decode_frame() local
|
H A D | snowdec.c | 39 int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in predict_slice_buffered() local 538 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; decode_frame() local [all...] |
H A D | h264_slice.c | 2563 const int block_h = 16 >> h->chroma_y_shift; in loop_filter() local
|
H A D | svq3.c | 673 const int block_h = 16 >> 1; in hl_decode_mb() local
|
H A D | snowenc.c | 515 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in get_dc() local 610 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; get_block_rd() local 712 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; get_4block_rd() local 1075 const int block_h= MB_SIZE >> s->block_max_depth; iterative_me() local [all...] |
H A D | snow.h | 414 int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in predict_slice() local 470 const int block_h= 1<<rem_depth; //FIXME "w!=h" in set_blocks() local [all...] |
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...] |
/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
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_pixelize.c | 40 int block_w[4], block_h[4]; member 211 const int block_h = FFMIN(s->block_h[p], s->planeheight[p] - y * s->block_h[p]); in pixelize_slice() local [all...] |
H A D | vf_shufflepixels.c | 38 int block_w, block_h; member [all...] |
/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 | 406 const uint32_t block_h = vk_format_get_blockheight(image->vk.format); in copy_image_to_buffer_tlb() local 825 const uint32_t block_h = vk_format_get_blockheight(src->vk.format); in copy_image_tfu() local 947 const uint32_t block_h = vk_format_get_blockheight(dst->vk.format); in copy_image_tlb() local 1350 const uint32_t block_h = vk_format_get_blockheight(image->vk.format); in copy_buffer_to_image_tfu() local 1447 const uint32_t block_h = vk_format_get_blockheight(image->vk.format); in copy_buffer_to_image_tlb() local 4282 const uint32_t block_h = vk_format_get_blockheight(dst->vk.format); resolve_image_tlb() local [all...] |