Home
last modified time | relevance | path

Searched defs:block_h (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvideodsp_template.c27 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 Dh264_mb_template.c53 const int block_h = 16 >> h->chroma_y_shift; in hl_decode_mb() local
[all...]
H A Dfmvc.c498 int block_h = s->blocks[block].h; in decode_frame() local
H A Dsnowdec.c39 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 Dh264_slice.c2563 const int block_h = 16 >> h->chroma_y_shift; in loop_filter() local
H A Dsvq3.c673 const int block_h = 16 >> 1; in hl_decode_mb() local
H A Dsnowenc.c515 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 Dsnow.h414 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 Dvp8.c1813 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 Dhevcdec.c1500 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 Dvideodsp_init.c115 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 Dlima_job.h58 int block_w, block_h; member
H A Dlima_context.h39 int block_w, block_h; member
169 uint16_t block_w, block_h; member
/third_party/ffmpeg/libavfilter/
H A Dvf_pixelize.c40 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 Dvf_shufflepixels.c38 int block_w, block_h; member
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp539 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 Dv3dv_meta_copy.c406 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...]

Completed in 27 milliseconds