Home | History | Annotate | Download | only in decoder

Lines Matching refs:pu_t

235 *  Each MV bank includes pu_map and pu_t for all the min PUs(4x4) in a picture
264 /* Size for storing pu_t start index each CTB */
271 /* Size for storing pu_t for each PU */
272 mv_bank_size += num_pu * sizeof(pu_t);
686 ps_mv_buf->ps_pic_pu = (pu_t *)pu1_buf;
687 pu1_buf += num_pu * sizeof(pu_t);
994 size = num_pu * sizeof(pu_t);