HomeSort by relevance Sort by last modified time
    Searched full:pic_strd (Results 1 - 2 of 2) sorted by null

  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 543 WORD32 pic_strd; local
589 pic_strd = ps_codec->i4_strd;
732 tu_y_offset = tu_x + tu_y * pic_strd;
733 pu1_y_dst += tu_x + tu_y * pic_strd;
734 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd;
749 //pu1_y_dst[i * pic_strd + j] = *pu1_buf++;
750 memcpy(&pu1_y_dst[i * pic_strd], pu1_buf, cb_size);
761 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++;
772 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++;
790 pred_strd = pic_strd;
    [all...]
ihevcd_debug.h 129 #define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd) ihevcd_debug_dump_pic(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd)
138 #define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd)

Completed in 510 milliseconds