Home
last modified time | relevance | path

Searched refs:coeff_pbuf (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h28 int16_t *coeff_pbuf[MAX_MB_PLANE][3]; member
Dvp9_context_tree.c40 ctx->coeff_pbuf[i][k] = ctx->coeff[i][k]; in alloc_mode_context()
Dvp9_encodeframe.c551 p[i].coeff = ctx->coeff_pbuf[i][1]; in update_state()
558 p[i].coeff = ctx->coeff_pbuf[i][2]; in update_state()
725 p[i].coeff = ctx->coeff_pbuf[i][0]; in rd_pick_sb_modes()
3317 p[i].coeff = ctx->coeff_pbuf[i][0]; in encode_frame_internal()
Dvp9_rdopt.c146 p->coeff = ctx->coeff_pbuf[i][m]; in swap_block_ptr()
151 ctx->coeff_pbuf[i][m] = ctx->coeff_pbuf[i][n]; in swap_block_ptr()
156 ctx->coeff_pbuf[i][n] = p->coeff; in swap_block_ptr()
Dvp9_firstpass.c500 p[i].coeff = ctx->coeff_pbuf[i][1]; in vp9_first_pass()