Searched refs:cand_bottom_left (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 Dhevcpred_template.c106 int cand_bottom_left = lc->na.cand_bottom_left && cur_tb_addr > MIN_TB_ADDR_ZS( x_tb - 1, (y_tb + size_in_tbs_v) & s->sps->tb_mask); local
124 if (cand_bottom_left == 1 && on_pu_edge_x) {
128 cand_bottom_left = 0;
130 cand_bottom_left |= (MVF(x_left_pu, y_bottom_pu + i).pred_flag == PF_INTRA);
179 if (cand_bottom_left) {
187 if (cand_bottom_left || cand_left || cand_up_left || cand_up || cand_up_right) {
192 int j = size + (cand_bottom_left? bottom_left_size: 0) -1;
197 if (!cand_bottom_left) {
201 if (cand_bottom_left || cand_lef
[all...]
H A Dhevc_mvs.c58 lc->na.cand_bottom_left = ((y0 + nPbH) >= lc->end_of_tiles_y) ? 0 : lc->na.cand_left;
327 const int cand_bottom_left = lc->na.cand_bottom_left; local
432 is_available_a0 = check_A0 && AVAILABLE(cand_bottom_left, A0);
691 int cand_bottom_left = (y0 + nPbH >= lc->end_of_tiles_y) ? 0 : cand_left; local
704 is_available_a0 = PRED_BLOCK_AVAILABLE(A0) && AVAILABLE(cand_bottom_left, A0);
H A Dhevc.h669 int cand_bottom_left; member in struct:NeighbourAvailable

Completed in 60 milliseconds