Home | History | Annotate | Download | only in encoder

Lines Matching full:availability

102 *  derivation process for macroblock availability
105 * Calculates the availability of the left, top, topright and topleft macroblocks.
149 /* left macroblock availability */
162 /* top macroblock availability */
175 /* top right macroblock availability */
188 /* top left macroblock availability */
206 * derivation process for subblock/partition availability
209 * Calculates the availability of the left, top, topright and topleft subblock
222 * the neighbor availability of the current macroblock is already derived.
225 * @return availability status (yes or no)
249 u1_neighbor_avail = ps_ngbr_avbl->u1_mb_d; /* current mb topleft availability */
253 u1_neighbor_avail = ps_ngbr_avbl->u1_mb_a; /* current mb left availability */
257 u1_neighbor_avail = 0; /* current mb bottom left availability */
264 u1_neighbor_avail = ps_ngbr_avbl->u1_mb_b; /* current mb top availability */
268 u1_neighbor_avail = 1; /* current mb availability */
269 /* availability of the partition is dependent on the position of the partition inside the mb */
270 /* although the availability is declared as 1 in all cases these needs to be corrected somewhere else and this is not done in here */
274 u1_neighbor_avail = 0; /* current mb bottom availability */
281 u1_neighbor_avail = ps_ngbr_avbl->u1_mb_c; /* current mb top right availability */
285 u1_neighbor_avail = 0; /* current mb right & bottom right availability */
346 /* neighbor availability */
556 /* neighbor availability */
606 /* TODO : update the neighbor availability information basing on constrained intra pred information */
608 /* basing on neighbors available and hence evade the computation of neighbor availability totally. */
809 /* neighbor availability */
871 /* TODO : update the neighbor availability information basing on constrained intra pred information */
873 /* basing on neighbors available and hence evade the computation of neighbor availability totally. */
1090 /* neighbor availability */
1114 /* compute ngbr availability for sub blks */
1180 /* TODO : update the neighbor availability information basing on constrained intra pred information */
1182 /* basing on neighbors available and hence evade the computation of neighbor availability totally. */
1397 /* neighbor availability */
1520 * availability of neighbouring pixels
1690 * availability of neighbouring pixels
2151 * availability of neighbouring pixels