Home
last modified time | relevance | path

Searched refs:qcoeff_pbuf (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h37 tran_low_t *qcoeff_pbuf[MAX_MB_PLANE][3]; member
Dvp9_context_tree.c40 ctx->qcoeff_pbuf[i][k] = ctx->qcoeff[i][k]; in alloc_mode_context()
Dvp9_ethread.c207 p[j].qcoeff = ctx->qcoeff_pbuf[j][0]; in vp9_encode_tiles_mt()
647 p[j].qcoeff = ctx->qcoeff_pbuf[j][0]; in vp9_encode_tiles_row_mt()
Dvp9_rdopt.c146 p->qcoeff = ctx->qcoeff_pbuf[i][m]; in swap_block_ptr()
151 ctx->qcoeff_pbuf[i][m] = ctx->qcoeff_pbuf[i][n]; in swap_block_ptr()
156 ctx->qcoeff_pbuf[i][n] = p->qcoeff; in swap_block_ptr()
Dvp9_encodeframe.c1843 p[i].qcoeff = ctx->qcoeff_pbuf[i][1]; in update_state()
1850 p[i].qcoeff = ctx->qcoeff_pbuf[i][2]; in update_state()
2020 p[i].qcoeff = ctx->qcoeff_pbuf[i][0]; in rd_pick_sb_modes()
6014 p[i].qcoeff = ctx->qcoeff_pbuf[i][0]; in encode_frame_internal()
Dvp9_firstpass.c858 p[i].qcoeff = ctx->qcoeff_pbuf[i][1]; in vp9_first_pass_encode_tile_mb_row()