Searched refs:trafo_depth (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.c859 int trafo_depth, int blk_idx)
873 SAMPLE_CBF(lc->tt.cbf_cb[trafo_depth], x0, y0) ||
874 SAMPLE_CBF(lc->tt.cbf_cr[trafo_depth], x0, y0) ||
876 (SAMPLE_CBF(lc->tt.cbf_cb[trafo_depth], x0, y0 + (1 << log2_trafo_size_c)) ||
877 SAMPLE_CBF(lc->tt.cbf_cr[trafo_depth], x0, y0 + (1 << log2_trafo_size_c))))) {
881 int cbf_chroma = SAMPLE_CBF(lc->tt.cbf_cb[trafo_depth], x0, y0) ||
882 SAMPLE_CBF(lc->tt.cbf_cr[trafo_depth], x0, y0) ||
884 (SAMPLE_CBF(lc->tt.cbf_cb[trafo_depth], x0, y0 + (1 << log2_trafo_size_c)) ||
885 SAMPLE_CBF(lc->tt.cbf_cr[trafo_depth], x0, y0 + (1 << log2_trafo_size_c))));
964 if (SAMPLE_CBF(lc->tt.cbf_cb[trafo_depth], x
856 hls_transform_unit(HEVCContext *s, int x0, int y0, int xBase, int yBase, int cb_xBase, int cb_yBase, int log2_cb_size, int log2_trafo_size, int trafo_depth, int blk_idx) argument
1084 hls_transform_tree(HEVCContext *s, int x0, int y0, int xBase, int yBase, int cb_xBase, int cb_yBase, int log2_cb_size, int log2_trafo_size, int trafo_depth, int blk_idx) argument
[all...]
H A Dhevc.h1000 int ff_hevc_cbf_cb_cr_decode(HEVCContext *s, int trafo_depth);
1001 int ff_hevc_cbf_luma_decode(HEVCContext *s, int trafo_depth);
H A Dhevc_cabac.c906 int ff_hevc_cbf_cb_cr_decode(HEVCContext *s, int trafo_depth) argument
908 return GET_CABAC(elem_offset[CBF_CB_CR] + trafo_depth);
911 int ff_hevc_cbf_luma_decode(HEVCContext *s, int trafo_depth) argument
913 return GET_CABAC(elem_offset[CBF_LUMA] + !trafo_depth);

Completed in 66 milliseconds