Home | History | Annotate | Download | only in decoder

Lines Matching refs:pu_t

318 *  Each MV bank includes pu_map and pu_t for all the min PUs(4x4) in a picture
347 /* Size for storing pu_t start index each CTB */
354 /* Size for storing pu_t for each PU */
355 mv_bank_size += num_pu * sizeof(pu_t);
725 ps_mv_buf->ps_pic_pu = (pu_t *)pu1_buf;